-
Notifications
You must be signed in to change notification settings - Fork 0
Updating & Migrating
DredBaron edited this page Mar 28, 2026
·
4 revisions
To update OpenMTG to the latest version:
docker compose pull
docker compose upDocker compose pull fetches the latest ghcr.io/dredbaron/openmtg:latest image. The up -d restarts only containers whose image has changed. Database migrations run automatically when the app container starts. The app will not start until the database container passes its health check, so there is no risk of migrations running against an unavailable database.
You do not need to run any migration commands manually.
Two paths need to be backed up regularly. Both are defined in the .env:
- Database
DATA_PATH - App config
CONFIG_PATH