You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sentry/self-hosted currently deploys postgres:14.23-bookworm. PostgreSQL 14 reaches end-of-life in September 2026 (~2 months from now). The project should adopt a newer LTS version before support ends.
Findings
docker-compose.yml:166 pins the image to postgres:14.23-bookworm and explicitly notes it is kept in sync with the Sentry dev environment.
install/upgrade-postgres.sh only covers the 9.6 → 14 migration path; a newer major version would require a new migration plan.
Summary
sentry/self-hostedcurrently deployspostgres:14.23-bookworm. PostgreSQL 14 reaches end-of-life in September 2026 (~2 months from now). The project should adopt a newer LTS version before support ends.Findings
docker-compose.yml:166pins the image topostgres:14.23-bookwormand explicitly notes it is kept in sync with the Sentry dev environment.install/upgrade-postgres.shonly covers the 9.6 → 14 migration path; a newer major version would require a new migration plan.18.4-bookwormbut was closed without merging.Related