Postgres extensions
What problem will this feature address?
I don't like to use Postgis image to have one extension enabled
Describe the solution you'd like
Add a checkboxes to enable some popular postgres extensions
Describe alternatives you've considered
just to use postgres image with extensions
Additional context
No response
this issue is still open and a bit old which i am assuming that its not going to be done! but i will declare my case:
i have a project which is working based on postgis database and i am using postgres as the base so i can have the backup and etc features. cause i normal way of application or even docker-compose i cant have backup services. the real problem is that the postgis plugin and package is being installed on container and so redeploy or restarting it will just delete the previous state of it. having database features along side the extensions in postgres is a must! so please i would really appreciate to have a feature to be able to install plugins in any way possible.
i need it too, this is essential on most cases