Skip to content

Commit 426bb9a

Browse files
authored
DOCSP-42728 ignorePreExistingNamespaces (#398) (#401)
1 parent 3b4529c commit 426bb9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference/beta-program/destinationDataHandling.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following table shows the strings you can set for
4848
- ``mongosync`` requires databases on the destination
4949
cluster that you want to replicate from the source
5050
cluster are empty. ``"requireEmptyDestination"`` is the default.
51-
* - ``"ignorePreExistingData"``
51+
* - ``"ignorePreExistingNamespaces"``
5252
- ``mongosync`` ignores existing databases on the destination
5353
cluster. Ensure your destination namespaces are different from
5454
those ``mongosync`` replicates from the source cluster.
@@ -77,7 +77,7 @@ Steps
7777
.. step:: Set the destinationDataHandling string
7878

7979
The following example sets ``"destinationDataHandling"`` to
80-
``"ignorePreExistingData"``:
80+
``"ignorePreExistingNamespaces"``:
8181

8282
.. code-block:: shell
8383
:emphasize-lines: 6
@@ -87,7 +87,7 @@ Steps
8787
{
8888
"source": "cluster0",
8989
"destination": "cluster1",
90-
"destinationDataHandling": "ignorePreExistingData"
90+
"destinationDataHandling": "ignorePreExistingNamespaces"
9191
} '
9292

9393
The sync operation continues.

0 commit comments

Comments
 (0)