Skip to main content

Upgrade

Upgrading to a New Version

To upgrade the platform, use the aerich migration tool to update the database schema. We recommend upgrading to official tagged releases to ensure stability and compatibility.

info

For detail, check at release notes: https://github.com/riverxdata/river/releases

Upgrade Process

  1. Fetch the latest release

    git fetch --all
  2. Checkout the target version

    git checkout "<version-tag>"
  3. Stop running services

    docker compose stop
  4. Build and start with the updated version

    make production