Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 543 Bytes

upgrading.md

File metadata and controls

22 lines (11 loc) · 543 Bytes

How to upgrade to the launcher from running a beldexd 3.0.6 master node (set up with systemd)

  1. Install nodejs (and npm) and then install the launcher as root:

sudo npm install -g beldex-launcher

  1. Stop your existing master node:

sudo systemctl stop beldexd.service

  1. Run the check-systemd to make systemd now launch the launcher instead of beldexd:

sudo beldex-launcher check-systemd

  1. Make sure the service is up to date:

sudo systemctl daemon-reload

  1. Start beldexd.service:

sudo systemctl start beldexd.service