From cb509ebf9bef1fd449a1fcd8f1ff51337a5b904f Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 3 Feb 2022 14:54:28 -0500 Subject: [PATCH] note that replication is disabled after recovery --- docs/source/designs/backup-recovery.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/designs/backup-recovery.rst b/docs/source/designs/backup-recovery.rst index a0dc7da..e94b85d 100644 --- a/docs/source/designs/backup-recovery.rst +++ b/docs/source/designs/backup-recovery.rst @@ -354,6 +354,9 @@ The recovery process is as follows: starting at the first statement after the snapshot's sequence number, are executed against the database. +After recovery replication is *not enabled*. +If desired replication can be configured again using the external interface. + External Interfaces ------------------- -- GitLab