Update postgres Docker tag to v18 - #120
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
Xarlos89
requested changes
May 29, 2026
Xarlos89
left a comment
Collaborator
There was a problem hiding this comment.
When running Postgres 18, we fail to start
✔ Image postgres:18.1-alpine3.21 Pulled 32.4s
✔ Image eos-api:latest Built 11.7s
✔ Image eos-migration:latest Built 11.7s
✔ Image eos-bot:latest Built 11.7s
✔ Container db Recreated 0.5s
✔ Container migration Recreated 0.4s
✔ Container api Recreated 0.3s
✔ Container bot Recreated 0.3s
Attaching to api, bot, db, migration
Container db Waiting
db | Error: in 18+, these Docker images are configured to store database data in a
db | format which is compatible with "pg_ctlcluster" (specifically, using
db | major-version-specific directory names). This better reflects how
db | PostgreSQL itself works, and how upgrades are to be performed.
db |
db | See also https://github.com/docker-library/postgres/pull/1259
db |
db | Counter to that, there appears to be PostgreSQL data in:
db | /var/lib/postgresql
db |
db | This is usually the result of upgrading the Docker image without
db | upgrading the underlying database using "pg_upgrade" (which requires both
db | versions).
db |
db | The suggested container configuration for 18+ is to place a single mount
db | at /var/lib/postgresql which will then place PostgreSQL data in a
db | subdirectory, allowing usage of "pg_upgrade --link" without mount point
db | boundary issues.
db |
db | See https://github.com/docker-library/postgres/issues/37 for a (long)
db | discussion around this process, and suggestions for how to do so.
db exited with code 1 (restarting)
db | Error: in 18+, these Docker images are configured to store database data in a
db | format which is compatible with "pg_ctlcluster" (specifically, using
db | major-version-specific directory names). This better reflects how
db | PostgreSQL itself works, and how upgrades are to be performed.
db |
db | See also https://github.com/docker-library/postgres/pull/1259
db |
db | Counter to that, there appears to be PostgreSQL data in:
db | /var/lib/postgresql
db |
db | This is usually the result of upgrading the Docker image without
db | upgrading the underlying database using "pg_upgrade" (which requires both
db | versions).
db |
db | The suggested container configuration for 18+ is to place a single mount
db | at /var/lib/postgresql which will then place PostgreSQL data in a
db | subdirectory, allowing usage of "pg_upgrade --link" without mount point
db | boundary issues.
db |
db | See https://github.com/docker-library/postgres/issues/37 for a (long)
db | discussion around this process, and suggestions for how to do so.
db exited with code 1 (restarting)
db | Error: in 18+, these Docker images are configured to store database data in a
db | format which is compatible with "pg_ctlcluster" (specifically, using
db | major-version-specific directory names). This better reflects how
db | PostgreSQL itself works, and how upgrades are to be performed.
db |
db | See also https://github.com/docker-library/postgres/pull/1259
db |
db | Counter to that, there appears to be PostgreSQL data in:
db | /var/lib/postgresql
db |
db | This is usually the result of upgrading the Docker image without
db | upgrading the underlying database using "pg_upgrade" (which requires both
db | versions).
db |
db | The suggested container configuration for 18+ is to place a single mount
db | at /var/lib/postgresql which will then place PostgreSQL data in a
db | subdirectory, allowing usage of "pg_upgrade --link" without mount point
db | boundary issues.
db |
db | See https://github.com/docker-library/postgres/issues/37 for a (long)
db | discussion around this process, and suggestions for how to do so.
Container db Error dependency postgres failed to start
dependency failed to start: container db is unhealthy
renovate
Bot
force-pushed
the
renovate/postgres-18.x
branch
from
May 29, 2026 07:55
0b98d02 to
825dc1d
Compare
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
17.7-alpine3.21→18.1-alpine3.2117.7-alpine3.21→18.1-alpine3.21Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.