Add proper PostgreSQL versioning
This commit is contained in:
@ -49,7 +49,7 @@ postgresql:
|
||||
log_destination: 'stderr'
|
||||
log_min_messages: INFO
|
||||
custom_conf: /etc/postgresql/postgresql.pvc.conf
|
||||
bin_dir: /usr/lib/postgresql/11/bin
|
||||
bin_dir: /usr/lib/postgresql/{{ postgresql_version }}/bin
|
||||
data_dir: /var/lib/postgresql/patroni/pvc
|
||||
pgpass: /tmp/pgpass
|
||||
authentication:
|
||||
|
Reference in New Issue
Block a user