Skip to content

Commit 7430094

Browse files
Leo Weesegitbook-bot
authored andcommitted
GITBOOK-473: change request with no subject merged in GitBook
1 parent d710088 commit 7430094

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lightning-network-tools/lnd/migrating-lnd.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Do NOT use this guide if you have experienced a fatal error.
1212

1313
Do NOT run two LND instances with the same seed or public key.
1414

15+
Do NOT restart the old instance after the migration.
16+
1517
[Read: LND disaster recovery](disaster-recovery.md)
1618

1719
## When to migrate LND
@@ -34,7 +36,7 @@ It is not advised to migrate between different operating systems, as the file st
3436

3537
## Migrating LND
3638

37-
To begin our migration, we first shut down our old LND node gracefully. Use the command `lncli stop` and wait for the process to shut down completely, for example by observing the logs.
39+
To begin our migration, we first shut down our old LND node gracefully (never turn it on again!). Use the command `lncli stop` and wait for the process to shut down completely, for example by observing the logs.
3840

3941
Unless otherwise specified in your `lnd.conf` file (check if unsure), all the data necessary for your migration is in your `~/.lnd` directory.
4042

@@ -59,4 +61,4 @@ Unless your node’s IP address, domain or onion address will not change, you wi
5961

6062
To complete our migration, we will start up LND and unlock our wallet with the usual password. You may observe your logs and verify that all channels and funds are present with `lncli getinfo`, `lncli walletbalance` and `lncli channelbalance`.
6163

62-
Once you successfully start LND on your new machine, delete the lnd directory on the old platform. Under no circumstances should two nodes with the same public key be run at the same time, as this will cause your channels to close and its funds possibly forfeited.
64+
Once you successfully start LND on your new machine, **delete the lnd directory on the old platform** and never start the old instance up ever again. Under no circumstances should two nodes with the same public key be run at the same time, as this will cause your channels to close and its funds possibly forfeited.

0 commit comments

Comments
 (0)