Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit bc6236c

Browse files
DOCSP-16038 Document how to allow c2c to accept writes again
1 parent 7d576cf commit bc6236c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/reference/api/start.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,12 @@ Request Body Parameters
140140
accepts writes.
141141

142142
To reverse sync, the ``enableUserWriteBlocking`` field must be set
143-
to ``true``.
143+
to ``true``. To allow source cluster to accept writes again, run
144+
the following command:
145+
146+
.. code-block:: shell
147+
148+
db.adminCommand({setUserWriteBlockMode: 1,global: false})
144149

145150
Default value is ``false``.
146151

0 commit comments

Comments
 (0)