Skip to content
Discussion options

You must be logged in to vote

The migration process as implemented in lndinit migrate-db is quite fault tolerant. It migrates buckets in batches and even has the ability to resume a previously interrupted/aborted migration attempt. And it also verifies all migrated data.
There will be a "tombstone marker" that's added to the bbolt DB once the migration has completed successfully. That marker will prevent you from using it again.

So you could try out the migration on a copy, but then you have to be very careful to never start the original again if you ever started the node from a copied or migrated state.

So whatever you do, it's VERY IMPORTANT: NEVER EVER start from an old state once you've started the node from a new…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SevenLiquor
Comment options

Answer selected by SevenLiquor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants