https://github.com/jesperpedersen/openshift-pgsql
PostgreSQL images for OpenShift
https://github.com/jesperpedersen/openshift-pgsql
openshift postgresql
Last synced: 2 months ago
JSON representation
PostgreSQL images for OpenShift
- Host: GitHub
- URL: https://github.com/jesperpedersen/openshift-pgsql
- Owner: jesperpedersen
- License: mit
- Created: 2018-06-11T12:18:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T16:58:49.000Z (over 7 years ago)
- Last Synced: 2025-03-28T18:52:33.341Z (over 1 year ago)
- Topics: openshift, postgresql
- Language: Shell
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenShift PostgreSQL
This repository contains [PostgreSQL](https://www.postgresql.org) images for [OpenShift](https://www.openshift.com/).
The images makes use of
* [OpenShift S2I CentOS](https://hub.docker.com/r/centos/s2i-core-centos7/) 7
* [PostgreSQL](https://www.postgresql.org) 11.x
* Community provided RPMs through [yum.postgresql.org](https://yum.postgresql.org)
* Checksum for `PGDATA`
* SCRAM-SHA256 password encryption by default
* SSL support
* `pg_stat_statements` integration
* Backup using [barman](https://www.pgbarman.org)
* Asynchronous replication, up to 5 slaves
* Volumes for `/pgconf`, `/pgdata`, `/pgwal` and `/pgbackup`
Features that should be added
* Synchronous replication with `remote_apply`
* Additional GUCs
* [pgpool-II 4.0 image](http://www.pgpool.net)
Images are provided **`AS IS`** according to the license agreement with
no guarantees of correctness and stability.
## License
All images are released under the MIT license.
## Author
Jesper Pedersen
jesper (dot) pedersen (at) redhat (dot) com