<oembed><type>rich</type><version>1.0</version><title>hmichellerose wrote</title><author_name>hmichellerose (npub1tv…4jlst)</author_name><author_url>https://yabu.me/npub1tv5j2h2742ht2a6490cdzypsxah5wlge5qyutadgphw884ynt8mqg4jlst</author_url><provider_name>njump</provider_name><provider_url>https://yabu.me</provider_url><html>Have you updated to LND 0.17 yet? &#xA;&#xA;Here 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! &#xA;&#xA;Step one - Backups &#xA;✅ Generate static channel backup file &#xA;$ lncli --network=testnet exportchanbackup --all --output_file=channel.backup &#xA;✅ Copy channel.backup to local &#xA;$ rsync -avz -e &#34;ssh -i /home/[user]/.ssh/key.pem&#34; ubuntu@[IP address]:/home/ubuntu/channel.backup channel.backup &#xA;✅ Gracefully stop LND &#xA;$ lncli --network=testnet stop &#xA;✅ Also stop via systemd or disable the service $ sudo systemctl stop lnd &#xA;✅ Copy channel.db file to local &#xA;$ rsync -avz -e &#34;ssh -i /home/[user]/.ssh/key.pem &#34; ubuntu@[IP address]:/home/ubuntu/.lnd/data/graph/testnet/channel.db channel.db &#xA;✅ Check file size &#xA;$ ls -la &#xA;&#xA;Step two - Upgrade &#xA;✅ Pull down latest $ git pull &#xA;✅ Checkout new version &#xA;$ git checkout v0.17.0-beta &#xA;✅ Remake $ make clean &amp;&amp; make &amp;&amp; make install tags=&#34;autopilotrpc chainrpc invoicesrpc peersrpc routerrpc signrpc walletrpc watchtowerrpc wtclientrpc&#34; &#xA;$ lncli --network=testnet version &#xA;&#xA;Step three - Restart &#xA;✅ Start LND &#xA;$ sudo systemctl start lnd &#xA;$ lncli --network=testnet getinfo LND &#xA;&#xA;Lightning Node Troubleshooting Guide: https://velascommerce.com/lnd-lightning-node-troubleshooting-guide/ </html></oembed>