Recently had to upgrade my Umbrel v1.4.2 node from a 1TB to a 2TB SSD.
It was super smooth with the help of this post and a few modifications below:
https://community.umbrel.com/t/guide-cloning-or-migrating-ssd-hdd-windows/2509
Thanks @DHD!!
WARNING: If you have any funds or important data on your device, make sure to have a valid backup and seed words before proceeding!
I used BalenaEtcher to clone the SSD:
- Login to Umbrel. Settings > Shutdown. Power OFF
- Unplug 1TB Drive from Umbrel, Plug both your 1TB and 2TB drives into your computer
- Open BalenaEtcher
a. Clone Drive > Choose 1TB Drive (source disk) > Select
b. Select Target > Choose 2TB Drive (destination disk) > Select
c. Flash! (This takes a while, it should provide a time estimate) - Eject 2TB Drive from computer and plug into Umbrel. Power ON
- Login to Umbrel. Settings > Advanced Settings > Terminal
- Follow Steps 12-17 in the linked guide above
Note: I usedsudo growpart /dev/sda 1
for Step 13, OP may have a typo
After reboot and logging back in, confirm disk shows 2TB in the Umbrel GUI. Hope this helps!