mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Use distinct paths for pgpass from test nodes.
This commit is contained in:
@@ -34,6 +34,7 @@ postgresql:
|
|||||||
data_dir: data/postgresql0
|
data_dir: data/postgresql0
|
||||||
maximum_lag_on_failover: 1048576 # 1 megabyte in bytes
|
maximum_lag_on_failover: 1048576 # 1 megabyte in bytes
|
||||||
use_slots: True
|
use_slots: True
|
||||||
|
pgpass: /tmp/pgpass0
|
||||||
pg_rewind:
|
pg_rewind:
|
||||||
username: postgres
|
username: postgres
|
||||||
password: zalando
|
password: zalando
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ postgresql:
|
|||||||
data_dir: data/postgresql1
|
data_dir: data/postgresql1
|
||||||
maximum_lag_on_failover: 1048576 # 1 megabyte in bytes
|
maximum_lag_on_failover: 1048576 # 1 megabyte in bytes
|
||||||
use_slots: True
|
use_slots: True
|
||||||
|
pgpass: /tmp/pgpass1
|
||||||
pg_rewind:
|
pg_rewind:
|
||||||
username: postgres
|
username: postgres
|
||||||
password: zalando
|
password: zalando
|
||||||
|
|||||||
Reference in New Issue
Block a user