We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7d8b57b commit0cf63a7Copy full SHA for 0cf63a7
contrib/mmts/README.md
@@ -80,7 +80,8 @@ After things go more stable we will release prebuilt packages for major platform
80
##Configuration
81
82
1. Add these required options to the`postgresql.conf` of each instance in the cluster.
83
-```sh
+
84
+```
85
wal_level = logical # multimaster is build on top of
86
# logical replication and will not work otherwise
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, ...'
107
# comma-separated list of connection strings to neighbour nodes.
108
```
109
110
2. Allow replication in`pg_hba.conf`.
111
112
Read description of all configuration params at[configuration](/contrib/mmts/doc/configuration.md)