Skip to content

build(deps): bump postgres from 14.23-bookworm to 18.4-bookworm#4413

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/docker_compose/postgres-18.4-bookworm
Closed

build(deps): bump postgres from 14.23-bookworm to 18.4-bookworm#4413
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/docker_compose/postgres-18.4-bookworm

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor

Bumps postgres from 14.23-bookworm to 18.4-bookworm.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps postgres from 14.23-bookworm to 18.4-bookworm.

---
updated-dependencies:
- dependency-name: postgres
  dependency-version: 18.4-bookworm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker_compose Pull requests that update docker_compose code labels Jul 12, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 786570e. Configure here.

Comment thread docker-compose.yml
<<: *restart_policy
# Using the same postgres version as Sentry dev for consistency purposes
image: "postgres:14.23-bookworm"
image: "postgres:18.4-bookworm"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing Postgres major version migration

High Severity

Switching the postgres service to postgres:18.4-bookworm is a major-version jump from 14.x. PostgreSQL cannot open an existing 14 cluster on disk without pg_upgrade or dump/restore, and install/upgrade-postgres.sh only migrates 9.6 volumes. Upgrades and CI volume restores with sentry-postgres data are likely to leave Postgres unhealthy and block install.sh.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 786570e. Configure here.

@aminvakil

Copy link
Copy Markdown
Collaborator

@dependabot ignore this dependency

@dependabot @github

dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor Author

Sorry, only users with push access can use that command.

@aminvakil aminvakil closed this Jul 12, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/docker_compose/postgres-18.4-bookworm branch July 12, 2026 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker_compose Pull requests that update docker_compose code

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant