postgresql/defaults/main.yaml
changeset 238 bdbc88cb5078
parent 227 2e0366f2dcbe
--- a/postgresql/defaults/main.yaml	Mon Jul 29 12:41:57 2024 -0500
+++ b/postgresql/defaults/main.yaml	Mon Oct 07 15:25:37 2024 -0500
@@ -1,7 +1,7 @@
 ---
 
 # migrate PG version with pg_upgradecluster (see manpage)
-postgresql_version: "14"
+postgresql_version: "16"
 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"