Merge branch 'master' of github.com:zalando/patroni into restore/movebasebackup

Conflicts:
	patroni/postgresql.py
This commit is contained in:
Josh Berkus
2015-10-22 18:06:41 -07:00
27 changed files with 1632 additions and 413 deletions
+6
View File
@@ -34,6 +34,10 @@ postgresql:
data_dir: data/postgresql1
maximum_lag_on_failover: 1048576 # 1 megabyte in bytes
use_slots: True
pgpass: /tmp/pgpass1
pg_rewind:
username: postgres
password: zalando
pg_hba:
- host all all 0.0.0.0/0 md5
- hostssl all all 0.0.0.0/0 md5
@@ -42,6 +46,7 @@ postgresql:
password: rep-pass
network: 127.0.0.1/32
superuser:
user: postgres
password: zalando
admin:
username: admin
@@ -62,3 +67,4 @@ postgresql:
archive_timeout: 1800s
max_replication_slots: 5
hot_standby: "on"
wal_log_hints: "on"