We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f05e3 commit 1965bf7Copy full SHA for 1965bf7
source/reference/api/start.txt
@@ -140,7 +140,13 @@ Request Body Parameters
140
accepts writes.
141
142
To reverse sync, the ``enableUserWriteBlocking`` field must be set
143
- to ``true``.
+ 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 } )
150
151
Default value is ``false``.
152
0 commit comments