postgresql/defaults/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sun, 03 Aug 2025 12:47:55 -0500
changeset 244 7c15448980b1
parent 238 bdbc88cb5078
permissions -rw-r--r--
Updated blockdevice mount properties.

---

# migrate PG version with pg_upgradecluster (see manpage)
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"
postgresql_apt_packages:
  - "postgresql-{{postgresql_version}}"
  - "pgcli"
  - "postgresql-client"
  - "postgresql-common"