Skip to content

Comments

Update volume path for Postgres 18+ compatibility#78

Merged
vmassol merged 1 commit intoxwiki:masterfrom
MatsG23:fix-postgres
Jan 12, 2026
Merged

Update volume path for Postgres 18+ compatibility#78
vmassol merged 1 commit intoxwiki:masterfrom
MatsG23:fix-postgres

Conversation

@MatsG23
Copy link
Contributor

@MatsG23 MatsG23 commented Jan 12, 2026

Since the Postgres images were upgraded to v18 in 9b77aed, the Docker Compose files using Postgres cannot be started anymore.
Starting with Postgres 18, the image now expects the volume mount at /var/lib/postgresql/ so it can manage the data directory structure itself with major-version-specific directory names.

See: docker-library/postgres#1259

Postgres 18+ expects the volume mount at /var/lib/postgresql/ so it can
manage the data directory structure itself with major-version-specific
directory names.

See: docker-library/postgres#1259
@vmassol vmassol merged commit 486fbab into xwiki:master Jan 12, 2026
2 checks passed
@vmassol
Copy link
Member

vmassol commented Jan 12, 2026

Thx a lot @MatsG23 !

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