Upgrading
Move between Community Edition versions safely.
Suggested flow
- Take a backup
- Pull the new release
- Rebuild and recreate app containers
- Apply migrations via entrypoint / migrate deploy
- Verify health and a sample invoice PDF
Bash
docker compose pull
docker compose up -d --build