Skip to content
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

timescaledb_toolkit in the 5.0 Operator #1507

Open
jhualpa opened this issue Feb 8, 2023 · 1 comment
Open

timescaledb_toolkit in the 5.0 Operator #1507

jhualpa opened this issue Feb 8, 2023 · 1 comment
Labels
backlog Issue is captured in our development backlog. enhancement triaged

Comments

@jhualpa
Copy link

jhualpa commented Feb 8, 2023

I have the requirement to use timescaledb_toolkit(https://docs.timescale.com/timescaledb/latest/how-to-guides/hyperfunctions/install-toolkit/) on top of timescaledb on a cluster running Crunchy PostgreSQL for Kubernetes.
I thought with this lines will work:

patroni:
    dynamicConfiguration:
      postgresql:
        parameters:
          shared_preload_libraries: 'timescaledb,timescaledb_toolkit'
          timescaledb.license: apache

However timescaledb_toolkit extension is not installed as part of Crunchy PostgreSQL for Kubernetes so I get an error, so is there any way to install it on a running cluster ? Has somebody been through a similar situation of not having an extension needed on the images ? Should I create my own image based on https://github.com/CrunchyData/crunchy-containers/blob/master/build/postgres/Dockerfile#L52 and add the extension I need ?

@dsessler7
Copy link
Contributor

@jhualpa, as of right now, you would need to build your own image to get his to work. That being said, we do have a story in our dev backlog for adding support for the TimescaleDB Toolkit.

@dsessler7 dsessler7 added enhancement triaged backlog Issue is captured in our development backlog. labels Apr 18, 2023
StutteLars pushed a commit to StutteLars/crunchy-containers that referenced this issue Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Issue is captured in our development backlog. enhancement triaged
Projects
None yet
Development

No branches or pull requests

2 participants