Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesperpedersen/podman-pgsql
PostgreSQL images for podman
https://github.com/jesperpedersen/podman-pgsql
podman postgresql
Last synced: 20 days ago
JSON representation
PostgreSQL images for podman
- Host: GitHub
- URL: https://github.com/jesperpedersen/podman-pgsql
- Owner: jesperpedersen
- License: mit
- Created: 2018-07-05T13:34:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T14:57:48.000Z (over 1 year ago)
- Last Synced: 2024-10-03T09:39:04.014Z (about 1 month ago)
- Topics: podman, postgresql
- Language: Shell
- Homepage:
- Size: 188 KB
- Stars: 13
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PostgreSQL
This repository contains [PostgreSQL](https://www.postgresql.org) images for [podman](https://podman.io/).
[podman](https://podman.io/) 1.2+ is required.The images makes use of
* [Rocky Linux](https://www.rockylinux.org) 8
* [PostgreSQL](https://www.postgresql.org) 14.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
* Pooling using [pgagroal](https://agroal.github.io/pgagroal/)
* Backup using [pgmoneta](https://pgmoneta.github.io/)
* Administration with [pgadmin4](https://www.pgadmin.org/)
* Monitoring with [Grafana](https://grafana.com/), [Prometheus](https://prometheus.io/) and [TimescaleDB](https://www.timescale.com/)
* Asynchronous replication, up to 5 slaves
* Volumes for `/pgconf`, `/pgdata`, `/pgwal` and `/pgbackup`.Features that should be added
* Synchronous replication with `remote_apply`
* Additional GUCsImages 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