src.nth.io/

summaryrefslogtreecommitdiff
path: root/postgresql/defaults/main.yaml
blob: a990f7a53005a6a3ab8d9c049bc34c13c104b695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---

# 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"