Use this page to upgrade a Docker Compose deployment.
Back up your PostgreSQL metadata databases before upgrading. See Back up PostgreSQL.
These commands assume you run them from the folder that contains docker-compose.yaml and .env.
docker-compose.yaml
.env
Use the registry host and credentials provided by Syntho to login with:
docker login syntho.azurecr.io -u <USERNAME> -p <PASSWORD>
APPLICATION_VERSION:<new-applicationversion>
LICENSE_KEY:<new-license-key>
docker compose pull docker compose up -d
docker compose ps docker compose logs -f
Open the UI and confirm you can log in.
Last updated 14 days ago
Was this helpful?