We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28447ff commit 0bf4ff7Copy full SHA for 0bf4ff7
postgres-mc.yml
@@ -37,12 +37,18 @@ etcd:
37
# - 127.0.0.1:2223
38
# - 127.0.0.1:2224
39
40
+# Enables multisite mode
41
multisite:
- namespace: /multisite/
42
+ name: site1 # Name for the site
43
+ namespace: /multisite/ # Optional, helpful when testing with a single etcd
44
+ # Same settings as normal DCS
45
etcd:
46
host: 127.0.0.1:2379
47
+ # How other site standby leaders can connect to the primary on this site.
48
+ # Right now direct member to member connections are not supported.
49
host: 192.168.2.124
50
port: 5432
51
+ # Multisite failover timeouts
52
ttl: 90
53
retry_timeout: 40
54
0 commit comments