File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ clusters into one destination cluster.
10
10
The ``migrationName `` string can contain up to 44 alphanumeric and
11
11
underscore characters. ``migrationName `` is appended to the string
12
12
``"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 " ``.
15
15
16
16
For a complete example, see :ref: `c2c-quickstart-many-with-one `.
Original file line number Diff line number Diff line change @@ -273,12 +273,12 @@ operations.
273
273
./bin/mongosync \
274
274
--cluster0 "mongodb://localhost:27000" \
275
275
--cluster1 "mongodb://localhost:35000" \
276
- --migrationName "Cluster 27000 to cluster 35000"
276
+ --migrationName "Cluster 27000 to cluster 35000 sync "
277
277
278
278
./bin/mongosync \
279
279
--cluster0 "mongodb://localhost:27001" \
280
280
--cluster1 "mongodb://localhost:35000" \
281
- --migrationName "Cluster 27001 to cluster 35000"
281
+ --migrationName "Cluster 27001 to cluster 35000 sync "
282
282
283
283
To start the sync operation between the source clusters and the
284
284
destination cluster, see the earlier section
You can’t perform that action at this time.
0 commit comments