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 82 postgresql-container issues
Sort by recently updated
recently updated
newest added

``` $ podman run -e POSTGRESQL_ADMIN_PASSWORD=adsf --rm -ti docker.io/centos/postgresql-10-centos7 The files belonging to this database system will be owned by user "postgres". This user must also own the server process....

Thanks for providing this useful container. I have a question about two postgre config: It seems you keep the default setting of `checkpoint_segments` to 5min and `checkpoint_completion_target` to 0.5. However,...

The Postgre [official document](https://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server) recommends to set **checkpoint_segments** to at least 10, which improves the performance. "Unless you're running on a very small configuration, you'll almost **certainly be better setting...

I am pretty sure, that's only possible using a separate docker image and "RUN pgxn install ...". If you think that ought to be documented, I can supply an example...

enhancement
P2

When using OpenShift builtin PostgreSQL template in 3.7/3.9, with template service broker enabled, the secret created for database credentials, using the service IP in the uri variable, when it really...

PR #308 added a test that can run in both, local and remote cluster. It would be nice to change the rest of the tests from local cluster test suite...

The postGIS extension is available for use with the build of postgresql in Openshift Online: ``` CREATE EXTENSION postgis; ``` It would be nice to have the same default set...

Currently, PostgreSQL DB redirect logs to $pg_log path (/var/lib/pgsql/data/userdata/pg_log/*), and there is no variable that allows the user to change this value. This behaviour would be very helpful in use...

It would be nice to have some "NEWS" file saying what feature was added and when. Similar for bugfixes. So far, we never incremented the version of image, and the...

It is really painful to wait till fixes in s2i-base take the effect https://github.com/sclorg/s2i-base-container/pull/159 It would be nice if we pushed the s2i-base image RHEL from CI somewhere, and tested...