Skip to content

Updating

Pull the latest image and recreate the container:

Terminal window
docker compose pull
docker compose up -d

Database migrations run automatically when the server starts. There is no separate migration step needed.

Take a backup before updating, either through the admin panel or with pg_dump if you use external PostgreSQL. See Backups for details.

Check the release notes for any breaking changes or required manual steps. Most updates are seamless, but major version changes may require attention.

You can check the current version with:

Terminal window
odeion version

This prints the version number, git commit hash, and build timestamp.