chore: upgrade to 4.0.0+v2.1.5
Some checks failed
cc-ci/testme cc-ci: failure

This commit is contained in:
autonomic-bot
2026-06-02 05:38:09 +00:00
parent da159375d8
commit d063f0136e
2 changed files with 24 additions and 4 deletions

19
release/4.0.0+v2.1.5 Normal file
View File

@ -0,0 +1,19 @@
⚠ OPERATOR ACTION REQUIRED ⚠
This major version upgrade changes:
1. TOTP_VAULT_KEY is now REQUIRED. Generate with:
openssl rand -base64 32
Add to your app environment config before deploying.
2. Plausible image moved from Docker Hub (plausible/analytics)
to GitHub Container Registry (ghcr.io/plausible/community-edition).
3. PostgreSQL upgraded from 13 → 16 (major version jump).
The recipe handles this automatically via pg_upgrade on first boot.
Take a volume backup before upgrading!
4. ClickHouse upgraded from 23.4 → 24.3 (data-compatible upgrade).
See upstream upgrade notes:
https://github.com/plausible/analytics/releases/tag/v2.1.0