You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title>Using <acronym>RDMA</acronym> for Master-Slave Replication</title>
2678
-
<para>To enable master-slave replication over <acronym>RDMA</acronym> connections via <literal>rsocket</literal>, you need to configure master and slave nodes. For example, to allow client connections to the server 172.17.3.21 from 172.17.3.0/24 addresses on behalf of the <literal>postgres</> user, follow the steps below:</para>
2677
+
<title>Using <acronym>RDMA</acronym> for Master-Standby Replication</title>
2678
+
<para>To enable master-standby replication over <acronym>RDMA</acronym> connections via <literal>rsocket</literal>, you need to configure master and standby nodes. For example, to allow client connections to the server 172.17.3.21 from 172.17.3.0/24 addresses on behalf of the <literal>postgres</> user, follow the steps below:</para>
2679
2679
2680
2680
<para><emphasis role="strong">To set up the master node for replication over <acronym>RDMA</acronym> connections via <literal>rsocket</literal>:</emphasis>
All the data appears on the slave node under the specified <replaceable>datadir</> directory.
2733
+
All the data appears on the standby node under the specified <replaceable>datadir</> directory.
2734
2734
</para>
2735
2735
</listitem>
2736
2736
<listitem>
@@ -2750,7 +2750,7 @@ listen_rdma_addresses = ''
2750
2750
</listitem>
2751
2751
</orderedlist>
2752
2752
2753
-
<para>Once the setup is complete, start the slave node. The streaming replication is now performed over the <acronym>RDMA</acronym> connections using <literal>rsocket</literal> API.</para>
2753
+
<para>Once the setup is complete, start the standby node. The streaming replication is now performed over the <acronym>RDMA</acronym> connections using <literal>rsocket</literal> API.</para>
0 commit comments