Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.04 KB

lnd_upgrade_on_umbrel.md

File metadata and controls

22 lines (18 loc) · 1.04 KB

HOW To Upgrade to the Latest Version of LND Without Waiting for UMBREL

Follow these steps:

  1. Backup the docker-compose.yml File
    Navigate to your /home/<user>/umbrel/app-data/lightning/ folder and backup the docker-compose.yml file by running the command:
    sudo cp docker-compose.yml docker-compose.bck
  2. Open the docker-compose.yml file for editing by running:
    sudo nano docker-compose.yml
  3. Locate line 45 and change its content to:
    image: lightninglabs/lnd:v0.18.3-beta@sha256:f86bbec4dfb370436384db5d67732bbd627bf6b7f574bde3d5eed32242132287
  4. Press CTRL+X, then press Y to save the changes, and hit Enter to exit the editor.
  5. Restart your LND by running:
    /home/<user>/umbrel/scripts/app restart lightning
    

Attention: Replace <user> with your actual username.

Important: This procedure has been tested with more than five different LND nodes and has proven to work. However, if you are not confident, please do not proceed and wait for Umbrel to release the update.