chore: upgrade to 4.0.0+v2.0.0 #2

Closed
autonomic-bot wants to merge 10 commits from upgrade-4.0.0+v2.1.5 into main

10 Commits

Author SHA1 Message Date
60a611d1fd chore: bump recipe to 3.1.0+v2.0.0 (minor, no operator action required)
Some checks failed
cc-ci/testme cc-ci: failure
The Postgres major-version upgrade and ClickHouse changes are now handled
automatically (pgautoupgrade + resilient entrypoint), so this is a
backward-compatible minor bump, not a major one.
2026-06-09 15:43:38 +00:00
7690ffbcf4 improve comments in entrypoint.clickhouse.sh 2026-06-09 15:41:48 +00:00
2230238796 docs: remove stray broken link-reference line in README 2026-06-09 15:37:51 +00:00
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
2ab49fab62 fix(clickhouse): require backup tool — abort if fetch fails after retries
Some checks failed
cc-ci/testme cc-ci: failure
Make the clickhouse-backup install REQUIRED: if it cannot be fetched
after all retries the entrypoint aborts (non-zero exit, set -e) and
clickhouse-server is not started, so the deploy fails loudly rather than
coming up without backup/restore capability.
2026-06-09 15:10:07 +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
fbe0475ddb chore: upgrade to 4.0.0+v2.0.0
Some checks failed
cc-ci/testme cc-ci: failure
2026-06-05 05:05:50 +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
d063f0136e chore: upgrade to 4.0.0+v2.1.5
Some checks failed
cc-ci/testme cc-ci: failure
2026-06-02 05:38:09 +00:00