vitabaks / postgresql_cluster

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

Add retry for pgbouncer restart handler #638

Closed FabianHardt closed 3 weeks ago

FabianHardt commented 3 weeks ago

This PR fixes an issue for older RHEL7 systems with systemd 219. The issue is described here: https://github.com/systemd/systemd/pull/896

This PR internally references #636

vitabaks commented 3 weeks ago

Thanks @FabianHardt