Upgrade
1
docker login syntho.azurecr.io -u <USERNAME> -p <PASSWORD>2
3
docker compose pull
docker compose up -d4
docker compose ps
docker compose logs -fLast updated
Was this helpful?
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.
Refresh registry authentication (if needed)
Use the registry host and credentials provided by Syntho to login with:
docker login syntho.azurecr.io -u <USERNAME> -p <PASSWORD>Ensure that syntho.azurecr.io is added to your firewall allowlist to enable image pulls
Update .env
APPLICATION_VERSION:<new-applicationversion>
LICENSE_KEY:<new-license-key>
Pull new images and restart
docker compose pull
docker compose up -dVerify
docker compose ps
docker compose logs -fOpen the UI and confirm you can log in.
Last updated
Was this helpful?
Was this helpful?

