How to upgrade from Umbrel 0.5.1

Hello

In the past when I opened my node using umbrel.local OR the onion address, it would automatically prompt me for updating.

I checked my version of Umbrel appears to be 0.5.1

I see have two updates in the app store that appear to need to be updated.

  1. Electrs version 0.9.9
    and
  2. Lightning Node version 0.15.4-beta

When I click on ‘update all’, I see an “unsupported App manifest version. Please update your Umbrel.” Error message.

How do I do this?
Your insight is appreciated.

Regards,
Dora

Try to manually update to latest umbrel version 0.5.3 as described here:

From Terminal (on MAC), I ran
ssh umbrel@umbrel.local
then…
rm -f ~/umbrel/statuses/update-in-progress && sudo reboot
then…
cd ~/umbrel && sudo ./scripts/update/update --repo getumbrel/umbrel#v0.5.3


I see an error with the PATH…what do I need to change?

[sudo] password for umbrel:

Cloning into ‘/tmp/umbrel-update’…

fatal: unable to access ‘https://github.com/getumbrel/umbrel.git/’: Could not resolve host: github.com

fatal: not a git repository: ‘/tmp/umbrel-update//.git’

mv: cannot stat ‘/tmp/umbrel-update//info.json’: No such file or directory

jq: error: Could not open file /tmp/umbrel-update//info.json.orig: No such file or directory

Update path doesn’t seem to be an Umbrel install.

umbrel@umbrel:~/umbrel $

Hey @DarthCoin @swizly12

I tried the manual steps and it is NOT working.

I am on a MAC and have a Raspberry Pi …This is what I did:

ssh umbrel@umbrel.local
(entered password)

cd ~/umbrel && sudo ./scripts/update/update --repo getumbrel/umbrel#v0.5.3
(entered password)

(Saw the following…)
Cloning into ‘/tmp/umbrel-update’…

fatal: unable to access ‘https://github.com/getumbrel/umbrel.git/’: Could not resolve host: github.com

fatal: not a git repository: ‘/tmp/umbrel-update//.git’

mv: cannot stat ‘/tmp/umbrel-update//info.json’: No such file or directory

jq: error: Could not open file /tmp/umbrel-update//info.json.orig: No such file or directory

Update path doesn’t seem to be an Umbrel install.

What do you recommend now?

Thank you,
Dora

can you ping github.com from your Raspberry Pi ? Looks like it can’t resolve github.com.

@swizly12 Seems to fail… see attached screenshot.Screen Shot 2022-11-16 at 8.31.50 AM .

Do I need to run the PING command with some other syntax?

Screen Shot 2022-11-16 at 8.38.33 AM

I created a new thread:

This is NOT working. I have tried.

Fixed it. See solution here: Unable to access Github.com to upgrade my node