File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,8 @@ After things go more stable we will release prebuilt packages for major platform
80
80
## Configuration
81
81
82
82
1 . Add these required options to the ` postgresql.conf ` of each instance in the cluster.
83
- ``` sh
83
+
84
+ ```
84
85
wal_level = logical # multimaster is build on top of
85
86
# logical replication and will not work otherwise
86
87
max_connections = 100
@@ -105,6 +106,7 @@ multimaster.node_id = 1 # the 1-based index of the node in the cluster
105
106
multimaster.conn_strings = 'dbname=mydb host=node1.mycluster, ...'
106
107
# comma-separated list of connection strings to neighbour nodes.
107
108
```
109
+
108
110
2 . Allow replication in ` pg_hba.conf ` .
109
111
110
112
Read description of all configuration params at [ configuration] ( /contrib/mmts/doc/configuration.md )
You can’t perform that action at this time.
0 commit comments