upstream(plausible): note v3.2.1 ships with clickhouse 24.12-alpine

This commit is contained in:
autonomic-bot
2026-08-07 05:14:27 +00:00
parent fb1dc7af9c
commit d101147b93
+5 -1
View File
@@ -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: `<recipe-semver>+<app-version>` (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).