vitabaks / postgresql_cluster

PostgreSQL High-Availability Cluster (based on "Patroni" and DCS "etcd" or "consul"). Automating with Ansible.
MIT License
1.29k stars 353 forks source link

How to add a shared library pg_cron #628

Closed shailabsinghha closed 3 weeks ago

shailabsinghha commented 1 month ago

If i add the below lines in main.yml and run config_pgcluster.yml will this work?

` - { option: "shared_preload_libraries", value: "pg_cron" }

vitabaks commented 1 month ago

Yes, try it.