vitabaks / postgresql_cluster

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

update_pgcluster.yml: Wait for caches to warm up after reboot #580

Closed vitabaks closed 2 months ago

vitabaks commented 2 months ago

Wait N minutes for the caches to warm up after restarting the server before updating the next server. \ Note: Applicable when there are multiple replicas.

Variable: reboot_host_post_delay, default value: 5 (minutes).

Additionally