Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration from other nodes such as myNode or Raspiblitz #185

Closed
pepinto opened this issue Aug 27, 2020 · 4 comments
Closed

Migration from other nodes such as myNode or Raspiblitz #185

pepinto opened this issue Aug 27, 2020 · 4 comments

Comments

@pepinto
Copy link

pepinto commented Aug 27, 2020

It would be awesome if some user of myNode or Raspiblitz could migrate to Umbrel, in a simple process while keeping all relevant data, (blockchain and LN channels)

@mayankchhabra
Copy link
Member

I agree it'd indeed be super handy. This is something we've considered in the past but dropped the idea eventually as there can be a lot of inconsistencies between drive formats, partition tables, the installed node implementations plus their versions etc, making the feature hard to maintain. Happy to reconsider if there's a significant demand for it.

@nolim1t
Copy link
Contributor

nolim1t commented Sep 14, 2020

Here is a reference point for raspibliz migration.

You'll need to be able to read the btrfs(1) filesystem which has some nice management features.

@Head
Copy link

Head commented Mar 27, 2021

imho one could edit

if [[ -f "${EXTERNAL_UMBREL_ROOT}"/.umbrel ]]; then
and add if [[ -f "${EXTERNAL_UMBREL_ROOT}"/.mynode ]]; then
not exactly sure what to do in that case. For sure skip the format command. Maybe it would be enough to do the Copying Umbrel install to external storage and after that exchange the /bitcoin/ folder with a symlink to /mynode/bitcoin/

@nmfretz
Copy link
Collaborator

nmfretz commented May 26, 2023

Closing this old issue as we are currently not considering this due to the points noted by Mayank above. Please reopen if you feel strongly about making a case for this.

@nmfretz nmfretz closed this as completed May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants