Skip to content

Change tmpfs mount directory for postgress 18 compatibility#19

Open
kac-axelor wants to merge 1 commit intoaxelor:devfrom
kac-axelor:data-mount-pg-18
Open

Change tmpfs mount directory for postgress 18 compatibility#19
kac-axelor wants to merge 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:

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.

1 participant