You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
documentation/source/UPDATE.md

426 B

Updating your instance

To update your instance, run these commands with plume user if you created it, or with your default user, in the Plume directory.

git pull origin master
cargo install --force && cargo install --path plume-cli --force

# Run the migrations
diesel migration run

# If you are using sysvinit
sudo service plume restart

# If you are using systemd
sudo systemctl restart plume

That's it!