diff --git a/README.md b/README.md index b3f8f53..65bf9f2 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,14 @@ 5. `abra app deploy YOURAPPDOMAIN` 6. Open the configured domain in your browser to finish set-up +## Postgres upgrades + +The `db` service uses the +[`pgautoupgrade`](https://github.com/pgautoupgrade/pgautoupgrade) image, so when +the recipe bumps the Postgres major version the existing cluster is upgraded in +place automatically on the next `deploy` — no manual migration steps. As with +any major database upgrade, **take a backup of the `_db` volume +first** (e.g. `abra app backup `). + [`abra`]: https://git.coopcloud.tech/coop-cloud/abra [`coop-cloud/traefik`]: https://git.coopcloud.tech/coop-cloud/traefik -p-cloud/traefik