Fix variable bin_dir patroni configuration

This commit is contained in:
Eric Morino 2023-04-03 17:09:52 +02:00 committed by Jérémy Lecour
parent 5028803dff
commit 26c927d3fe
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ bootstrap:
postgresql:
listen: {{ postgresql_host }}:{{ postgresql_port }}
connect_address: {{ postgresql_host }}:{{ postgresql_port }}
bin_dir: /var/lib/postgresql/{{ postgresql_version }}/bin/
bin_dir: /usr/lib/postgresql/{{ postgresql_version }}/bin/
data_dir: /home/{{ cluster_name_host }}
pgpass: /tmp/{{ cluster_name_host }}-pgpass
authentication: