Plume Update

Commands to update Plume

Update

su - plume

cd ~

cd Plume

git pull origin master

cargo web deploy -p plume-front

cargo install --force --no-default-features --features postgres && cargo install --path plume-cli --force --features postgres

Run the migrations

plm migration run

If you are using sysvinit

sudo service plume restart

If you are using systemd

sudo systemctl restart plume