From 5ecadaa0745deb12dda828c6d2fcfd60e7baf717 Mon Sep 17 00:00:00 2001 From: copy2018 <144347307+copy2018@users.noreply.github.com> Date: Tue, 29 Apr 2025 22:20:31 +0100 Subject: [PATCH] Necessary change to migrationumbrel.md This addition is needed to refresh the config for knots. Previously it would conflate with the core one and cause large RAM usage for some reason (double the normal memory usage idk why). It also allows knots defaults to be present when users migrate which is needed if people are actively switching --- page/migrationumbrel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/migrationumbrel.md b/page/migrationumbrel.md index 1e8cf41..c7855f1 100644 --- a/page/migrationumbrel.md +++ b/page/migrationumbrel.md @@ -26,7 +26,7 @@ Finaly open the "umbrelOS" terminal: 5. Paste this command and press enter to move the Blockchain data from Bitcoin Core to Knots: ```bash -cd umbrel/app-data/ && sudo rm -rf bitcoin-knots/data/ && sudo mv bitcoin/data/ bitcoin-knots/ +cd umbrel/app-data/ && sudo rm -rf bitcoin-knots/data/ && sudo mv bitcoin/data/ bitcoin-knots/ && sudo rm -f bitcoin-knots/data/app/bitcoin-config.json ``` 6. you can now close the terminal and get back to the main view.