From 18c9f53e914e373b09e7993a0d300aeec59b0ead Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Thu, 30 Jul 2026 20:17:06 -0500 Subject: postgresql: bump to 18 after the web.lan.nth.io cluster migration --- postgresql/defaults/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgresql/defaults/main.yaml') diff --git a/postgresql/defaults/main.yaml b/postgresql/defaults/main.yaml index a990f7a..25c066c 100644 --- a/postgresql/defaults/main.yaml +++ b/postgresql/defaults/main.yaml @@ -1,7 +1,7 @@ --- # migrate PG version with pg_upgradecluster (see manpage) -postgresql_version: "16" +postgresql_version: "18" postgresql_initidb_path: "/usr/lib/postgresql/{{postgresql_version}}/bin/initdb" postgresql_config_path: "/etc/postgresql/{{postgresql_version}}/main/postgresql.conf" postgresql_data_dir: "/var/lib/postgresql/{{postgresql_version}}/main" -- cgit v1.2.3