HI there, I have a Pine Quartz64 model A with Armbian (a version of Debian dedicated to this machine), I am unable to update my version of Umbrel. I have installed the v. 0.4.18, but when I update everything stays as it is. Can someone help me? Thank you.
Hey @doppiab ! Sorry to hear that,
You can try to update manually to 0.5.0 using the update script
First, connect to your machine using ssh:
ssh -t umbrel@umbrel.local
Then you can stop umbrel properly using the stopping script:
sudo ~/umbrel/scripts/stop
And make sure there’s no container running using:
docker ps
If you see any containers still running, you can kill them using:
sudo docker kill CONTAINER_ID
(replacing CONTAINER_ID with the ID of each container still running)
Then you can run the update script:
sudo ~/umbrel/scripts/update/update --repo getumbrel/umbrel#v0.5.0
You should now see in your Dashboard > Settings that you are running V0.5.0
Hi Marcaday, thank you first of all for your help. I have followed your instructions to the letter, the system has updated, but when I reboot my version is still 0.4.18 and Umbrel offers me to install 0.5.0. What can I do?
P.s.:
Maybe some component is missing in Armbian (dedicated version of Debian) that does not allow installation?