Skip to main content
1

Get the new versions

RELAI will tell you which RELAI_BACKEND_SERVICE_VERSION and/or RELAI_DASHBOARD_VERSION to move to.
2

Update .env

Set the new version(s) in your .env file.
3

Re-pull and restart

This pulls the new images and recreates any service whose image changed. app-migrations and init-commands run again automatically — migrations are safe to re-run against an already-migrated database.
4

Verify

Repeat the checks in Verifying the deployment.
Back up your database before upgrading across major versions, the same as you would for any production database.