-
What if I would like to use pg_partman in a containerized environment, like Kubernetes? Do I have to build my own Container? |
Beta Was this translation helpful? Give feedback.
Answered by
Morl99
Oct 26, 2023
Replies: 1 comment
-
There is an Free Open Source container image that is based on the bitnami postgresql Image available at https://github.com/dbsystel/postgresql-partman-container. You can get started as simple as If you have issues with this container (or ideas for improvements), please open an issue in the linked repository. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Morl99
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an Free Open Source container image that is based on the bitnami postgresql Image available at https://github.com/dbsystel/postgresql-partman-container. You can get started as simple as
docker run ghcr.io/dbsystel/postgresql-partman:16
If you have issues with this container (or ideas for improvements), please open an issue in the linked repository.