Migration to different machine

Hi,

I have a pi with external drive on UmbrelOS. I want to upgrade hardware (not umbrel home but a Ubuntu based PC) and migrate the external HD with apps. Is it as simple as just installing umbrel from the commandline and plugging the drive in? Or will the drive then be erased?

Thanks!

If you do a install with curl -L https://umbrel.sh | bash and the drive mounted, it will likely overwrite what exists.

But another approach could be: Copy the whole Umbrel directory somewhere, set-up Umbrel on the Ubuntu based PC with the HDD, copy back the Umbrel directory and run sudo ~/umbrel/scripts/start
Then you should be up and going again!