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
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.
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
8787 {
8888 "source": "cluster0",
8989 "destination": "cluster1",
90- "destinationDataHandling": "ignorePreExistingData "
90+ "destinationDataHandling": "ignorePreExistingNamespaces "
9191 } '
9292
9393 The sync operation continues.
You can’t perform that action at this time.
0 commit comments