How can we add pg_partman extension to docker postgres:14 image. I have DB that needs this extension..
https://gist.github.com/jgould22/3280fc0f531485f4fe19a2ef1ef67361
this does not work
How can we add pg_partman extension to docker postgres:14 image. I have DB that needs this extension..
https://gist.github.com/jgould22/3280fc0f531485f4fe19a2ef1ef67361
this does not work
Copyright © 2021 Jogjafile Inc.
I had the same need and created a container image. Feel free to use it:
It is based on the bitnami postgresql image and we provide nightly builds of quite a few postgres/partman version combinations. Find more info and the documentation directly at the GitHub Repo.
If you still wish to build your own image (and not build ontop of the one we build), this should do it