diff options
| author | Luke Hoersten <[email protected]> | 2026-07-30 20:17:06 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-07-30 20:17:06 -0500 |
| commit | 18c9f53e914e373b09e7993a0d300aeec59b0ead (patch) | |
| tree | 51b5bf447f3202394f4d9a2e87e9d1dda418f57d /postgresql/defaults/main.yaml | |
| parent | d2fc959c8203ed030cc14dd2a0e3051815233d09 (diff) | |
postgresql: bump to 18 after the web.lan.nth.io cluster migration
Diffstat (limited to 'postgresql/defaults/main.yaml')
| -rw-r--r-- | postgresql/defaults/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
