Skip to main content

Updating Rebased

To update Rebased, run the following commands.

  1. Make yourself the pleroma user.

    sudo -Hu pleroma bash
  2. Change your working directory to /opt/pleroma.

    cd /opt/pleroma
  3. Pull the latest build.

    git pull origin develop
  4. Install asdf.

    asdf install
  5. Perform the task of migration.

    mix deps.get
    MIX_ENV=prod mix ecto.migrate
  6. Exit as the pleroma user.

    exit
  7. Restart pleroma.

    systemctl restart pleroma