File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,9 @@ Request Body Parameters
132132 original source cluster blocks writes and the destination cluster
133133 accepts writes.
134134
135+ To reverse sync, the ``enableUserWriteBlocking`` field must be set
136+ to ``true``.
137+
135138 Default value is ``false``.
136139
137140 * - ``includeNamespaces``
@@ -158,14 +161,17 @@ Request Body Parameters
158161 - If set to ``true``, enables the sync operation to be
159162 reversed.
160163
164+ To reverse sync, the ``enableUserWriteBlocking`` field must be set
165+ to ``true``.
166+
161167 This option is not supported for the following configurations:
162168
163169 * Sync from a replica set to a sharded cluster
164170
165171 * Sync sharded clusters that have different numbers of shards
166172
167173 * Reversible sync when ``buildIndexes`` is set to ``never``.
168-
174+
169175 For more information, see the :ref:`reverse <c2c-api-reverse>` endpoint.
170176
171177 Default value is ``false``.
You can’t perform that action at this time.
0 commit comments