Commit Graph

8 Commits

Author SHA1 Message Date
09730b0e7c feat(db): use pgautoupgrade instead of custom pg_upgrade entrypoint
Some checks failed
cc-ci/testme cc-ci: failure
Replace the hand-rolled entrypoint.postgres.sh.tmpl (which apt-installed
the old PG binaries and ran initdb + pg_upgrade --link by hand) with the
pgautoupgrade/pgautoupgrade:18-alpine image, matching the other recipes.
PGDATA is pinned to the legacy /var/lib/postgresql/data so the existing
cluster on the volume is upgraded in place rather than re-initialised.
Drops the db_entrypoint config and DB_ENTRYPOINT_VERSION.
2026-06-09 15:18:11 +00:00
71234e23e0 chore: upgrade to 4.0.0+v2.0.0
Some checks failed
cc-ci/testme cc-ci: failure
2026-06-05 05:36:21 +00:00
ca89e2024e chore: upgrade to 4.0.0+v2.0.0
Some checks failed
cc-ci/testme cc-ci: failure
2026-06-05 04:36:59 +00:00
0b08d7ed11 chore: upgrade to 4.0.0+v2.1.5
Some checks failed
cc-ci/testme cc-ci: failure
2026-06-02 06:50:21 +00:00
3wc
6c73753dc3 Add x86_64 support 2023-11-09 20:27:10 +00:00
b72203b089 add backup labels for postgres and clickhouse 2023-11-09 11:17:45 +01:00
3wc
ee337feaea Custom postgres entrypoint to handle major upgrades..
..appropriated from the coop-cloud/outline recipe.
2023-08-11 12:15:23 +02:00
cc48f7761c Initial import 2021-09-28 00:55:27 +02:00