vitabaks / postgresql_cluster

PostgreSQL High-Availability Cluster (based on Patroni). Automating with Ansible.
https://postgresql-cluster.org
MIT License
1.48k stars 394 forks source link

Replacing restart pgbouncer with reload pgbouncer #673

Closed SDV109 closed 2 months ago

SDV109 commented 3 months ago

Replacing restart pgbouncer with reload pgbouncer, in tasks for changing pgbouncer.ini, since when changing the configuration file, restarting pgbouncer is not required.

vitabaks commented 3 months ago

Changing some parameters may still require a restart, but I agree that basically a restart is not needed.

Thansk @SDV109