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

upgrade: Add pgbackrest_stanza_upgrade variable #541

Closed vitabaks closed 4 months ago

vitabaks commented 4 months ago

In certain situations, such as when a cluster is created from a backup copy of another cluster, executing the stanza-upgrade command can be redundant or even potentially problematic. To accommodate such scenarios, we need the ability to control the execution of this command.

Changes