blob: 8a208b781d1ddb1069bf478c9a8b488eadafd21b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
# migrate PG version with pg_upgradecluster (see manpage)
postgresql_version: "14"
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"
|