Permission error when Migrating from 2.5.0 to 3.0.0
I tried both the script and manual guide here (https://runtipi.io/docs/reference/breaking-updates#update-from-2xx-to-300)
I get this error:
rm: cannot remove './runtipi-cli': Permission denied
I tried with sudo also, doesnt work. Help please!2 Replies
First sudo ./runtipi-cli stop then sudo rm runtipi-cli then curl the new CLI to the same folder and rename it to runtipi-cli and sudo chmod+x runtipi-cli and sudo ,/runtipi-cli start to start up
Try that it worked for me
Nice, thank you very much! It worked nicely!