Updating
Docker
Section titled “Docker”Pull the latest image and recreate the container:
docker compose pulldocker compose up -dDatabase migrations run automatically when the server starts. There is no separate migration step needed.
Before Updating
Section titled “Before Updating”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.
Version Information
Section titled “Version Information”You can check the current version with:
odeion versionThis prints the version number, git commit hash, and build timestamp.