From e772d939cbedb6d094db3eee1328ed2ec877fd8a Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik <37010174+vitabaks@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:17:03 +0300 Subject: [PATCH] Update Patroni to v3.2.0 (#492) --- vars/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/main.yml b/vars/main.yml index 9de06492b..2f7e1f3de 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -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