File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/reference/beta-program Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The following table shows the strings you can set for
48
48
- ``mongosync`` requires databases on the destination
49
49
cluster that you want to replicate from the source
50
50
cluster are empty. ``"requireEmptyDestination"`` is the default.
51
- * - ``"ignorePreExistingData "``
51
+ * - ``"ignorePreExistingNamespaces "``
52
52
- ``mongosync`` ignores existing databases on the destination
53
53
cluster. Ensure your destination namespaces are different from
54
54
those ``mongosync`` replicates from the source cluster.
77
77
.. step:: Set the destinationDataHandling string
78
78
79
79
The following example sets ``"destinationDataHandling"`` to
80
- ``"ignorePreExistingData "``:
80
+ ``"ignorePreExistingNamespaces "``:
81
81
82
82
.. code-block:: shell
83
83
:emphasize-lines: 6
87
87
{
88
88
"source": "cluster0",
89
89
"destination": "cluster1",
90
- "destinationDataHandling": "ignorePreExistingData "
90
+ "destinationDataHandling": "ignorePreExistingNamespaces "
91
91
} '
92
92
93
93
The sync operation continues.
You can’t perform that action at this time.
0 commit comments