Skip to content

Commit

Permalink
Specify Patroni version to 3.1.0 (don't use 'latest' by default) (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Sep 25, 2023
1 parent b59f129 commit 540aa6e
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: "latest" # or specific version (example 1.5.6)
patroni_install_version: "3.1.0" # or 'latest'

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

0 comments on commit 540aa6e

Please sign in to comment.