Skip to content

Conversation

@williamjulianvicary
Copy link

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
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
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