Skip to content

Commit

Permalink
Update Patroni to v3.2.0 (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Oct 26, 2023
1 parent 64d59e8 commit e772d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ vip_interface: "{{ ansible_default_ipv4.interface }}" # interface name (e.g., "
# - For the "Type B" scheme: Use libpq `target_session_attrs`, ensuring read/write connections go to the primary database, as an alternative to cluster_vip.

patroni_cluster_name: "postgres-cluster" # the cluster name (must be unique for each cluster)
patroni_install_version: "3.1.0" # or 'latest'
patroni_install_version: "3.2.0" # or 'latest'

patroni_superuser_username: "postgres"
patroni_superuser_password: "postgres-pass" # please change password
Expand Down

0 comments on commit e772d93

Please sign in to comment.