vitabaks / postgresql_cluster

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

Specify Patroni version to 3.1.0 (don't use 'latest' by default) #474

Closed vitabaks closed 1 year ago

vitabaks commented 1 year ago

In this pull request, the default value for the patroni_install_version has been updated from 'latest' to '3.1.0'. This change ensures that a specific version of Patroni is used during the installation, which can help prevent potential issues or unexpected behaviors that might arise when automatically using the latest version.

It also makes the deployment process more predictable and manageable, especially in environments where exact version control is crucial.

Related issues: