Skip to content

Commit 30289fd

Browse files
author
jason-price-mongodb
committed
DOCSP-29504-many-to-one-clusters
1 parent 294cbbf commit 30289fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: source/includes/opts/migrationName.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ clusters into one destination cluster.
1010
The ``migrationName`` string can contain up to 44 alphanumeric and
1111
underscore characters. ``migrationName`` is appended to the string
1212
``"mongosync_internal_"``. For example, if you set ``migrationName`` to
13-
``"Cluster 27000 to cluster 35000"``, the final string is
14-
``"mongosync_internal_Cluster 27000 to cluster 35000"``.
13+
``"Cluster 27000 to cluster 35000 sync"``, the final string is
14+
``"mongosync_internal_Cluster 27000 to cluster 35000 sync"``.
1515

1616
For a complete example, see :ref:`c2c-quickstart-many-with-one`.

Diff for: source/quickstart.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,12 @@ operations.
273273
./bin/mongosync \
274274
--cluster0 "mongodb://localhost:27000" \
275275
--cluster1 "mongodb://localhost:35000" \
276-
--migrationName "Cluster 27000 to cluster 35000"
276+
--migrationName "Cluster 27000 to cluster 35000 sync"
277277

278278
./bin/mongosync \
279279
--cluster0 "mongodb://localhost:27001" \
280280
--cluster1 "mongodb://localhost:35000" \
281-
--migrationName "Cluster 27001 to cluster 35000"
281+
--migrationName "Cluster 27001 to cluster 35000 sync"
282282

283283
To start the sync operation between the source clusters and the
284284
destination cluster, see the earlier section

0 commit comments

Comments
 (0)