Skip to content

Update PostgreSql.php for v18#384

Merged
mattstauffer merged 2 commits intotighten:mainfrom
williamjulianvicary:patch-1
Jan 29, 2026
Merged

Update PostgreSql.php for v18#384
mattstauffer merged 2 commits intotighten:mainfrom
williamjulianvicary:patch-1

Conversation

@williamjulianvicary
Copy link
Contributor

V18 of Postgres requires a different path for data storage. This PR drops the "data" from the path and moves the volume to the /var/lib/postgresql path instead.

See thread for details.
docker-library/postgres#1259

Meanwhile for anyone seeing this, if you want a quick fix to spin up Postgres you can just do this:
docker run --name Postgres -p 5432:5432 -e POSTGRES_PASSWORD=password -d postgres

Adjusting the parameters accordingly.

V18 of Postgres requires a different postgres_data path:
docker-library/postgres#1259
@williamjulianvicary
Copy link
Contributor Author

CI failing seems to be unrelated, presumably due to the underlying docker version on latest being bumped to 18?

Updated test to match underlying tag changes to 18.1
@mattstauffer
Copy link
Member

@williamjulianvicary Thanks so much for this! Apologies for our delay, we'll be reviewing this soon :)

@mattstauffer mattstauffer merged commit ee89eca into tighten:main Jan 29, 2026
11 checks passed
mattstauffer added a commit that referenced this pull request Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants