diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_createsubscriber.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pg_createsubscriber.sgml b/doc/src/sgml/ref/pg_createsubscriber.sgml index a700697f887..2ee6eee9e35 100644 --- a/doc/src/sgml/ref/pg_createsubscriber.sgml +++ b/doc/src/sgml/ref/pg_createsubscriber.sgml @@ -484,6 +484,15 @@ PostgreSQL documentation <step> <para> + If the standby server contains <link + linkend="logicaldecoding-replication-slots-synchronization">failover + replication slots</link>, they cannot be synchronized anymore, so drop + them. + </para> + </step> + + <step> + <para> Update the system identifier on the target server. The <xref linkend="app-pgresetwal"/> is run to modify the system identifier. The target server is stopped as a <command>pg_resetwal</command> requirement. |