From 7d6d7e115ad9d5a2380b3af8a1828e872f22bdf8 Mon Sep 17 00:00:00 2001 From: "Kenneth P. J. Dyer" Date: Fri, 26 Jan 2024 15:48:15 -0600 Subject: [PATCH] DOCSP-23551 Adds reversible note --- source/reference/api/start.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/reference/api/start.txt b/source/reference/api/start.txt index 969e51416..1aa043322 100644 --- a/source/reference/api/start.txt +++ b/source/reference/api/start.txt @@ -132,6 +132,9 @@ Request Body Parameters original source cluster blocks writes and the destination cluster accepts writes. + To reverse sync, the ``enableUserWriteBlocking`` field must be set + to ``true``. + Default value is ``false``. * - ``includeNamespaces`` @@ -158,6 +161,9 @@ Request Body Parameters - If set to ``true``, enables the sync operation to be reversed. + To reverse sync, the ``enableUserWriteBlocking`` field must be set + to ``true``. + This option is not supported for the following configurations: * Sync from a replica set to a sharded cluster @@ -165,7 +171,7 @@ Request Body Parameters * Sync sharded clusters that have different numbers of shards * Reversible sync when ``buildIndexes`` is set to ``never``. - + For more information, see the :ref:`reverse ` endpoint. Default value is ``false``.