Merge pull request #122 from zalando/feature/replica_without_the_master

Run replicas without the master
This commit is contained in:
Oleksii Kliukin
2016-02-04 21:32:17 +01:00
12 changed files with 331 additions and 105 deletions
+2 -3
View File
@@ -88,14 +88,13 @@ postgresql:
archive_mode: "on"
wal_level: hot_standby
archive_command: mkdir -p ../wal_archive && test ! -f ../wal_archive/%f && cp %p ../wal_archive/%f
max_wal_senders: 5
max_wal_senders: 10
wal_keep_segments: 8
archive_timeout: 1800s
max_replication_slots: 5
max_replication_slots: 10
hot_standby: "on"
wal_log_hints: "on"
tags:
nofailover: False
noloadbalance: False
clonefrom: False
replicatefrom: 127.0.0.1