Skip to content

Commit 6b561dd

Browse files
authored
DOCSP-23551 Adds reversible note (#247) (#256)
1 parent c277b01 commit 6b561dd

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
@@ -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``.

0 commit comments

Comments
 (0)