File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -688,7 +688,6 @@ pg_basebackup -D <replaceable>datadir</replaceable> -h node1 -x
688
688
<literal>node4</literal>:
689
689
</para>
690
690
<programlisting>
691
- multimaster.max_nodes = 4
692
691
multimaster.node_id = 4
693
692
multimaster.conn_strings = 'dbname=mydb user=myuser host=node1, dbname=mydb user=myuser host=node2,
694
693
dbname=mydb user=myuser host=node3, dbname=mydb user=myuser host=node4'
@@ -711,7 +710,7 @@ pg_ctl -D <replaceable>datadir</replaceable> -l <replaceable>pg.log</replaceable
711
710
<orderedlist>
712
711
<listitem>
713
712
<para>
714
- Change <literal>multimaster.conn_strings</literal> and <literal>multimaster.max_nodes</literal> to include the new node.
713
+ Change <literal>multimaster.conn_strings</literal> to include the new node.
715
714
</para>
716
715
</listitem>
717
716
<listitem>
@@ -720,11 +719,6 @@ pg_ctl -D <replaceable>datadir</replaceable> -l <replaceable>pg.log</replaceable
720
719
replication to the new node.
721
720
</para>
722
721
</listitem>
723
- <listitem>
724
- <para>
725
- Restart all cluster nodes.
726
- </para>
727
- </listitem>
728
722
</orderedlist>
729
723
<para>
730
724
<emphasis role="strong">See Also</emphasis></para>
You can’t perform that action at this time.
0 commit comments