From a0dcfdd00fca6d1608fe7f8376263f1ab5fb6572 Mon Sep 17 00:00:00 2001 From: ace Date: Thu, 11 May 2023 19:41:36 +0300 Subject: [PATCH] use postgresql 15.3 --- defaults/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yaml b/defaults/main.yaml index 9b93dc3..e815a44 100644 --- a/defaults/main.yaml +++ b/defaults/main.yaml @@ -7,7 +7,7 @@ patroni_cluster_name: "patroni-cluster" patroni_namespace: "/service/" # Patroni PostgreSQL common options -patroni_postgresql_version: "15.2" +patroni_postgresql_version: "15.3" patroni_postgresql_install_repo: true patroni_postgresql_system_locale: "en_US.UTF-8" patroni_postgresql_system_language: "{{ patroni_postgresql_system_locale }}"