Skip to content

Postgres 14 nearing EOL — upgrade to a newer LTS version #4425

Description

@DaanSelen

Summary

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.
  • Dependabot PR build(deps): bump postgres from 14.23-bookworm to 18.4-bookworm #4413 previously attempted to bump to 18.4-bookworm but was closed without merging.

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status
    No status
    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions