Skip to main content

Docker Compose

If you haven’t already, set up the alias:

Upgrade to Latest

Pull the latest images and restart:
Database migrations run automatically on startup.

Pin a Specific Version

To pin all Omni services to a specific release, set OMNI_VERSION in your .env file:
Then pull and restart:
When OMNI_VERSION is unset, all services default to latest.
Pinning a version is recommended for production deployments to avoid unexpected changes during restarts.

AWS (Terraform)

Force a redeployment of the ECS tasks to pull the latest images:
Repeat for any connector services you have running.