From d101147b93e4e7b930939b816d1f97c13541a1a3 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 7 Aug 2026 05:14:27 +0000 Subject: [PATCH] upstream(plausible): note v3.2.1 ships with clickhouse 24.12-alpine --- cc-ci-plan/upstream/plausible.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cc-ci-plan/upstream/plausible.md b/cc-ci-plan/upstream/plausible.md index 19a58c2..6fb71f5 100644 --- a/cc-ci-plan/upstream/plausible.md +++ b/cc-ci-plan/upstream/plausible.md @@ -14,7 +14,11 @@ `ghcr.io/plausible/community-edition` starting with v2.1.x. The v2.0.0 image is still on Docker Hub as `plausible/analytics:v2.0.0`. - ClickHouse version must be compatible with the plausible app version. Check release notes when - upgrading either. The `23.4.2.11-alpine` image works with plausible v2.0.0. + upgrading either. The `23.4.2.11-alpine` image works with plausible v2.0.0. Plausible's official + community-edition v3.2.1 `compose.yml` ships `clickhouse/clickhouse-server:24.12-alpine` — that is + the supported pairing for CE v3.x (do NOT go to 25.x/26.x unless Plausible explicitly ships it). + The 23.4.x tags have aged off Docker Hub's paginated listing (the specific `23.4.2.11-alpine` tag + is still active but was last pushed 2023-05-04). - Recipe version label convention: `+` (e.g. `3.0.1+v2.0.0`). - For postgres major upgrades: bump `DB_ENTRYPOINT_VERSION` in abra.sh to force config re-deploy if entrypoint script changes. Current is v1 (handles 13→14 and beyond via pg_upgrade).