Updating Rebased
To update Rebased, run the following commands.
Make yourself the
pleroma
user.sudo -Hu pleroma bash
Change your working directory to
/opt/pleroma
.cd /opt/pleroma
Pull the latest build.
git pull origin develop
Install
asdf
.asdf install
Perform the task of migration.
mix deps.get
MIX_ENV=prod mix ecto.migrateExit as the
pleroma
user.exit
Restart pleroma.
systemctl restart pleroma