Update 0.5.2 trouble to update

Hello all,

The UI is prompting me to update to 0.5.2 which i want to proceed with.

However, after claiming that the update is successful, i am still at 0.5.1.

Any thoughts on how i can get it to successfully install?

For normal Linux OS users:

Make a channels backup. Go to Umbrel dashboard - Lightning and on the right top side, 3 dots, save backup on your local PC.
Stop Umbrel node: sudo ./scripts/stop
Run sudo docker ps (see if there are any running containers). If there are remove them manually using ‘docker rm -f “containerID”’
Save your lnd.conf file if you edited (add color, name or specific features to your node). How to edit lnd.conf in Umbrel. More details about what you can add to a lnd.conf file here 56. After version 0.4.0 this file is not overwritten anymore with a default one, but just in case, make a backup.
Update system: sudo apt update and then sudo apt upgrade
Restart system
Update Umbrel (replace version with the latest release):
cd ~/umbrel && sudo ./scripts/update/update --repo getumbrel/umbrel#v0.4.8
Replace lnd.conf file with the one you save it before update (After version 0.4.0 this file is not overwritten anymore with a default one)
Start Umbrel: sudo ./scripts/start
Leave the node to catch up with blocks and logs, usually takes several minutes, be patient. Now you can enter into dashboard Umbrel