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
132
132
original source cluster blocks writes and the destination cluster
133
133
accepts writes.
134
134
135
+ To reverse sync, the ``enableUserWriteBlocking`` field must be set
136
+ to ``true``.
137
+
135
138
Default value is ``false``.
136
139
137
140
* - ``includeNamespaces``
@@ -158,14 +161,17 @@ Request Body Parameters
158
161
- If set to ``true``, enables the sync operation to be
159
162
reversed.
160
163
164
+ To reverse sync, the ``enableUserWriteBlocking`` field must be set
165
+ to ``true``.
166
+
161
167
This option is not supported for the following configurations:
162
168
163
169
* Sync from a replica set to a sharded cluster
164
170
165
171
* Sync sharded clusters that have different numbers of shards
166
172
167
173
* Reversible sync when ``buildIndexes`` is set to ``never``.
168
-
174
+
169
175
For more information, see the :ref:`reverse <c2c-api-reverse>` endpoint.
170
176
171
177
Default value is ``false``.
You can’t perform that action at this time.
0 commit comments