postgresql-container icon indicating copy to clipboard operation
postgresql-container copied to clipboard

PostgreSQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.

Results 78 postgresql-container issues
Sort by recently updated
recently updated
newest added

Updated docker file to set the POSTGRESQL_PREV_VERSION environment variable for postgresql version 13. Here is the OLD PR: #451

I was trying to test postgresql upgrade to version 13 from version 12 using RHEL8 based image but it's not working. I see the following env is missing in RHEL8...

It would be nice to have support for postgresql-14 in our posgresql-image as well. In order to support it, we need to modify these files: - https://github.com/sclorg/postgresql-container/blob/master/specs/multispec.yml - https://github.com/sclorg/postgresql-container/blob/master/src/Dockerfile.fedora -...

The default centos/s2i-core-centos7 based dockerfile(s) for both versions fail because *rh-postgresql10-runtime* package is missing for ppc64le Last few lines from the build log ---> Package rh-postgresql10-postgresql.ppc64le 0:10.12-2.el7 will be installed...

For easier debugging, it should be pretty easy to switch daemon to log into the /dev/stderr. This adds such a feature by setting POSTGRESQL_LOG_DESTINATION environment variable to /dev/stderr. This should...

we are running postgresql 12.1 inside the container (we use this image https://catalog.redhat.com/software/containers/rhel8/postgresql-12/5db133bd5a13461646df330b). We are facing strange situation in which some postgre process killed with kill -9 command. I enable...

This commit allows checking files generated by dist-gen. If files are not generated properly, then the test fails.

There is a bug in Kubernetes environment causing: Bus error in Postgres when huge_pages are enabled in the cluster see [here](https://www.postgresql.org/message-id/flat/CA%2Bq6zcWfU7_3Zt1Bq711ze3-FW0RXd7ubzHtvpVN0-tX2ZNHog%40mail.gmail.com#14b63ac7825f47e65be9254c2076492c). Using custom Postgres config inclusion designed into sclorg/postgresql-container it...

Using POSTGRESQL_LIBRARIES and POSTGRESQL_EXTENSIONS allow users to enable extensions (some bundled in the container) without having to do anything but adding 2 variables.

enhancement
P1
ready for review