postgresql-container
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.
This PR adds `false` call in the beginning of tests. Adding such a `false` call anywhere in the test function should make the tests failed. It is not happening though....
Since postgresql-container supports SSL verification we should document it.
Hello. This process "Upgrading database (by switching to newer PostgreSQL image version)" looks awesome and is a really cool idea. See this readme -> https://github.com/sclorg/postgresql-container/tree/generated/9.6 Unfortunately it does not work...
I am wondering what the status of postgresql-11 is as it is currently not supported? Do you look for contributions? Are there known issues which caused this to be difficult?
I recently set 'umask 0077' on my box. This causes that 'git clone' results in lot of files and directories with at most `rwx------` permissions, which is desired (for me,...
Mentioned in #172.
Based on https://github.com/sclorg/postgresql-container/pull/208#issuecomment-350255856.
It would be great if some functionality at the [begining](https://github.com/sclorg/postgresql-container/blob/master/latest/root/usr/bin/run-postgresql#L10) of `run-postgresql` were moved as new pre-init hooks to lighten `run-postgresql` script. Something which mariadb has https://github.com/sclorg/mariadb-container/tree/master/root-common/usr/share/container-scripts/mysql/pre-init .
HI, We have some bootstrap data that we would like to have the container always have at a minimum. Is there a way to modify the image so that it...