{"type":"rich","version":"1.0","title":"hmichellerose wrote","author_name":"hmichellerose (npub1tv…4jlst)","author_url":"https://yabu.me/npub1tv5j2h2742ht2a6490cdzypsxah5wlge5qyutadgphw884ynt8mqg4jlst","provider_name":"njump","provider_url":"https://yabu.me","html":"Have you updated to LND 0.17 yet? \n\nHere is my checklist for updating my nodes, and a blog post from Velas Commerce with an LND #Lightning Node Troubleshooting Guide to use in the unlikely event that you run into any trouble! \n\nStep one - Backups \n✅ Generate static channel backup file \n$ lncli --network=testnet exportchanbackup --all --output_file=channel.backup \n✅ Copy channel.backup to local \n$ rsync -avz -e \"ssh -i /home/[user]/.ssh/key.pem\" ubuntu@[IP address]:/home/ubuntu/channel.backup channel.backup \n✅ Gracefully stop LND \n$ lncli --network=testnet stop \n✅ Also stop via systemd or disable the service $ sudo systemctl stop lnd \n✅ Copy channel.db file to local \n$ rsync -avz -e \"ssh -i /home/[user]/.ssh/key.pem \" ubuntu@[IP address]:/home/ubuntu/.lnd/data/graph/testnet/channel.db channel.db \n✅ Check file size \n$ ls -la \n\nStep two - Upgrade \n✅ Pull down latest $ git pull \n✅ Checkout new version \n$ git checkout v0.17.0-beta \n✅ Remake $ make clean \u0026\u0026 make \u0026\u0026 make install tags=\"autopilotrpc chainrpc invoicesrpc peersrpc routerrpc signrpc walletrpc watchtowerrpc wtclientrpc\" \n$ lncli --network=testnet version \n\nStep three - Restart \n✅ Start LND \n$ sudo systemctl start lnd \n$ lncli --network=testnet getinfo LND \n\nLightning Node Troubleshooting Guide: https://velascommerce.com/lnd-lightning-node-troubleshooting-guide/ "}
