Automated LND update scripts for the RaspiBlitz

Check for the latest official release and notes: https://github.com/lightningnetwork/lnd/releases/arrow-up-right

WARNING for every major version update: After the migration the LND database will be only compatible with that new version and above. This means that the update script needs to be run each time when a clean RaspiBlitz SDcard image is used to access the LND database.

Backup

Before updating it is recommended to make a full backup of the LND directory. This is not to be restored after LND is successfully restarted!

  • Run this line in the RaspiBlitz terminal to use the built-in script:

      $ /home/admin/config.scripts/lnd.rescue.sh backup

    More info about this process in the FAQarrow-up-right

  • Run in the RaspiBlitz terminal to use:

      # download
      wget https://raw.githubusercontent.com/openoms/lightning-node-management/en/lnd.updates/lnd.update.v0.18.0-beta.sh
      # look through the script
      cat lnd.update.v0.18.0-beta.sh
      # run
      bash lnd.update.v0.18.0-beta.sh

  • Run in the RaspiBlitz terminal to use:

  • Run in the RaspiBlitz terminal to use:

  • Run in the RaspiBlitz terminal to use:

  • asks about the parameters every time then downloads and verifies accordingly:

Last updated