I want to migrate Umbrel with all data and state to my NUC.
I installed Umbrel in Ubuntu. I have a fresh installation at ~/umbrel that is fully functional at the start screen (this demonstrates that I have the necessary requirements to run the specific version of docker-compose).
Comparing this to my existing Pi installation, I believe I can shut down Umbrel, move the ~/umbrel directory elsewhere as a backup, mount the Pi’s USB drive to ~/umbrel, run ~/umbrel/scripts/start and all will be well.
I could probably also mount the drive somewhere else, like /mnt/umbrel and do the same (scripts/start).
Does this sound like it will work?