Skip to main content

Upgrading to a new version

warning

Create a backup before updating!

info

Check the Release Notes for major version jumps - some versions may require intermediate upgrades or database migrations in a specific order

note

If you are using docker-compose, you are using Docker Compose v1, which has been deprecated. Docker Compose commands refer to Docker Compose v2. Consider upgrading your docker setup, see Migrate to Compose V2

Within the directory where the YML file is located, pull the new images:

docker compose pull

and restart the stack with docker compose up. To run the containers in the background add the -d flag:

docker compose up -d