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

How to install pg_cron extension with Postgres-cluster #2797

Open
bhanotjyoti opened this issue Oct 28, 2024 · 1 comment
Open

How to install pg_cron extension with Postgres-cluster #2797

bhanotjyoti opened this issue Oct 28, 2024 · 1 comment
Labels

Comments

@bhanotjyoti
Copy link

I would like to install pg_cron in my postgres cluster created by zalando operator. How can I do it?

@FxKu
Copy link
Member

FxKu commented Nov 18, 2024

It's available in the postgres database or every Postgres cluster and you would use the cron.schedule_in_database function to create cron jobs connecting to your app databases.

@FxKu FxKu added the question label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants