chore(docker): upgrade to postgresql v18#456
Merged
JeanMeijer merged 2 commits intomainfrom Mar 25, 2026
Merged
Conversation
…docker-compose and README Co-authored-by: Jean <9619050+JeanMeijer@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
Requesting review from @JeanMeijer who has experience with the following files modified in this PR:
|
Co-authored-by: Jean <9619050+JeanMeijer@users.noreply.github.com>
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.
Description
Upgraded PostgreSQL from version 15 to 18 in Docker Compose and verified configuration compatibility. Updated environment variables and volume paths to match Bitnami PostgreSQL 18 specifications.
Changes Made:
docker-compose.ymlimage frombitnami/postgresql:15tobitnami/postgresql:18POSTGRES_USER→ removed (defaults topostgres)POSTGRES_PASSWORD→POSTGRESQL_POSTGRES_PASSWORDPOSTGRES_DB→POSTGRESQL_DATABASE/var/lib/postgresql/datato/bitnami/postgresqlScreenshots / Recordings
N/A
Type of Change
Related Areas
Testing
Checklist
Notes
Users with existing PostgreSQL 15 local setups should either run
bun run docker:cleanto recreate the volume or use PostgreSQL's upgrade tooling before starting the new container.By submitting, I confirm I understand and stand behind this code. If AI was used, I've reviewed and verified everything myself.
Summary by cubic
Upgraded Docker Compose database from PostgreSQL 15 to 18 using
bitnami/postgresql:18. Updated env vars, volume path to/bitnami/postgresql, and healthcheck; removed the README upgrade note.Written for commit 2d078cf. Summary will update on new commits.