postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Docker Official Image packaging for Postgres

Results 57 postgres issues
Sort by recently updated
recently updated
newest added

This is based on the alpine update in #1017. Same as #999, but nss_wrapper is now in the stable release.

There are at least three instances of this problem coming up: - [forums.docker.com](https://forums.docker.com/t/could-not-open-statistics-file-pg-stat-tmp-global-stat-operation-not-permitted-with-postgres/118123?u=pedzsan) - [Stack Exchange 1](https://stackoverflow.com/q/66325175/341980) - [Stack Exchange 2](https://stackoverflow.com/q/30846804/341980) What I found can be seen [here](https://stackoverflow.com/a/73656250/341980) In brief,...

Hi guys, Just trying to run a `postgres 14.5` container using `compose` on `docker-desktop` (Engine 20.10.20 and Compose: v2.12.1) on `macOS Monterey`. Everything works well using a volume, but here...

In the "Database Configuration" section on the image docs (https://hub.docker.com/_/postgres), it's easy to see how to override database configuration for `docker run` commands. I'm currently trying to do this via...

I am working to create a customized `postgresql` image with `postgis` plugin. Following are the contents of docker file ``` # Setting base environment with Postgresql version 11 FROM postgres:11...

I have a requirement to run the flyway migrations during docker run as soon as the postgres docker container is run. So, based on my analysis on the docker-entrypoint.sh, it...

There doesn't seem to be a good way to upgrade between major versions of postgres. When sharing the volume with a new container with a newer version of postgres it...

question

I'd like to be able to write a configuration that uses mutual TLS with the auth method `cert`, which does not require a password and instead enforces that the user...

Please make the user / database setup in line with the mysql image. Default database owned by superuser is most likely not what most would expect from a service.

Request

For instance, I have some scripts that set up some users and such using ENV variables passed to `docker run`. I want to make sure that if those variables were...

Request