Skip to content

Commit 1965bf7

Browse files
DOCSP-16038 Document how to allow c2c to accept writes again if enableUserWriteBlocking is set to true (#277)
* DOCSP-16038 Document how to allow c2c to accept writes again * Apply suggestions from code review Co-authored-by: jocelyn-mendez1 <[email protected]> * DOCS-16038 updates for Ashley's feedback --------- Co-authored-by: jocelyn-mendez1 <[email protected]>
1 parent f8f05e3 commit 1965bf7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/reference/api/start.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,13 @@ 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 the source cluster to accept writes again,
144+
for example after running migration tests, run the following
145+
command:
146+
147+
.. code-block:: shell
148+
149+
db.adminCommand( { setUserWriteBlockMode: 1, global: false } )
144150

145151
Default value is ``false``.
146152

0 commit comments

Comments
 (0)