Skip to content

Update PostgreSQL tmpfs mount for Postgres 18+ compatibility#11

Merged
ame-axelor merged 1 commit intoaxelor:devfrom
kac-axelor:data-mount-pg-18
Mar 17, 2026
Merged

Update PostgreSQL tmpfs mount for Postgres 18+ compatibility#11
ame-axelor merged 1 commit intoaxelor:devfrom
kac-axelor:data-mount-pg-18

Conversation

@kac-axelor
Copy link
Copy Markdown
Contributor

The E2E tests were failing to start the PostgreSQL container, resulting in a hang.
This is due to a breaking change in PostgreSQL 18.x container images regarding how data directories are handled.
Specifically, postgres:alpine (which now defaults to PostgreSQL 18.x) expects the data mount to be at /var/lib/postgresql rather than /var/lib/postgresql/data.

Relevant Issues/References:

@ame-axelor ame-axelor merged commit 1f0f0db into axelor:dev Mar 17, 2026
3 checks passed
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