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

https://github.com/docker-library/postgres/blob/master/16/alpine3.19/docker-entrypoint.sh#L234 Currently, checking if the DB is initialized is by checking if `$PGDATA/PG_VERSION` if exist. However, PGDATA may not be the real data directory. The real data directory can be...

Hi! We have been using postgres docker images for the past years now and a peculiar this happen recently. After bumping version of the docker base image to 15.3 on...

We are running a PostgreSQL docker container in production for our ERP, and have had multiple instances of corruption in the last few months. The most recent corruption started with...

Actually this is not required to provide this password. In `pg_hba.conf` file by default we trust connections via socket, thus user in any time can login and `ALTER ROLE postgres`....

Ran into a weird problem (Running docker desktop on M1 Mac): When I do some exact string matches (`SELECT * FROM table where name='Sample Name'`), for some strings, it will...

Hello, I am using the `16-alpine` image for a docker container. I am using alpine specifically because `lz4` appears to be enabled during compilation of the docker image. However, when...

Ran into https://github.com/docker-library/postgres/issues/851 using `postgres:16.1-alpine` In `README.md` it's said: > Also of note, Alpine-based variants starting with Postgres 15 support [ICU locales](https://www.postgresql.org/docs/15/locale.html#id-1.6.11.3.7). Previous Postgres versions based on alpine do not...

In this image, the environment variables POSTGRES_DB, POSTGRES_USER and POSTGRES_PASSWORD can be used to change the database name, user name and password name, but not the schema name. So we...

I read this repository's code, but I did not understand each file's role and usage. So I think CONTRIBUTING.md is necessary.

The issue https://github.com/docker-library/postgres/issues/538 introduced a warning in the README about the Docker Swarm IPVS LB that timeouts TCP connections after 900 secs, which is lower than `tcp_keepalive_time`, so idle connections...