From 86c416ecd91b6d5145ee77ea426e92a2d9cd2bd4 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 3 Aug 2026 15:27:44 +0100 Subject: [PATCH] community: upgrade to pg18 --- cookbooks/community/templates/default/data.yml.erb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cookbooks/community/templates/default/data.yml.erb b/cookbooks/community/templates/default/data.yml.erb index 3ce1571dd..2fbc3d347 100644 --- a/cookbooks/community/templates/default/data.yml.erb +++ b/cookbooks/community/templates/default/data.yml.erb @@ -3,7 +3,7 @@ # templates: - - "templates/postgres.15.template.yml" # NOTE UPDATE THE HOOK REPLACE FOR MAX CONNECTIONS BELOW + - "templates/postgres.18.template.yml" # NOTE UPDATE THE HOOK REPLACE FOR MAX CONNECTIONS BELOW - "templates/redis.template.yml" # any extra arguments for Docker? @@ -48,9 +48,9 @@ hooks: # MAILTO=? 0 4 * * * /var/lib/postgresql/take-database-backup -# run: -# # Make sure this matches the postgresql version template above -# - replace: -# filename: "/etc/postgresql/15/main/postgresql.conf" -# from: /#?max_connections *=.*/ -# to: "max_connections = $db_max_connections" +run: + # Make sure this matches the postgresql version template above + - replace: + filename: "/etc/postgresql/18/main/postgresql.conf" + from: /#?max_connections *=.*/ + to: "max_connections = $db_max_connections" -- 2.47.3