lib.itmens/docs/upgrade.md
2024-06-06 16:28:25 -04:00

483 B

Upgrade

Check the release notes, update compose.yml and .env as instructed.

If there is compose.override.yml, make sure it's compatible with the updated compose.yml.

Pull the latest container image

docker compose --profile production pull

Restart the entire cluster:

docker compose --profile production up -d

Optionally, clean up old images:

docker system prune -af --volumes