Upgrading

Move between Community Edition versions safely.

Suggested flow

  1. Take a backup
  2. Pull the new release
  3. Rebuild and recreate app containers
  4. Apply migrations via entrypoint / migrate deploy
  5. Verify health and a sample invoice PDF
Bash
docker compose pull
docker compose up -d --build