-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to build crunchy image with extension? #747
Comments
you are going to need to create your own container image based off of our existing crunchy-postgres container essentially adding the RPM packages for timescaledb into that Dockerfile to be added to the container image, then you'll need to modify the setup.sql script to perform any SQL command specific to enable that extension. Hope that helps. |
sorry for the delay response. Yes, I just did as what you said. It works. Thanks a lot. |
In the case of TimescaleDB, here is the Dockerfile that worked for me. This follows the standard TimescaleDB extension installation instructions.
If you are using postgres-operator, change the |
Just an updated answer that works with postgres12 HA version. There is also a ready public docker image I also ran
Update
|
Can anyone can let me know how to build the crunchy image with extension, like timescaledb?
The text was updated successfully, but these errors were encountered: