File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 4
4
Quickstart
5
5
==========
6
6
7
-
8
7
.. default-domain:: mongodb
9
8
10
9
.. contents:: On this page
@@ -25,15 +24,27 @@ the rest of the {+c2c-product-name+} documentation.
25
24
Setup
26
25
-----
27
26
28
- {+c2c-product-name+} syncs data between two clusters. To run
29
- ``mongosync``, you will need to:
27
+ ``mongosync`` syncs data between two clusters.
28
+
29
+ - Each cluster can be a replica set or a sharded cluster. If either
30
+ is a sharded cluster, consult the :ref:`sharded cluster limitations
31
+ <c2c-sharded-limitations>` for ``mongosync``.
32
+
33
+ - Sharded clusters are not required to have the same number of shards.
34
+
35
+ - The destination cluster must be the same version or up to two versions ahead
36
+ of the source cluster. The patch version is not important, so long as they
37
+ meets the minimum patch :ref:`version requirements
38
+ <c2c-server-version-compatibility>`.
39
+
40
+ To run ``mongosync``, you need to:
30
41
31
42
#. Define a source and a destination cluster.
32
43
#. Define administrative users.
33
44
#. Download and install ``mongosync``.
34
45
#. Connect the clusters.
35
46
36
- Follow the instructions below to setup {+c2c-product-name+}.
47
+ Follow the instructions below to set up {+c2c-product-name+}.
37
48
38
49
.. procedure::
39
50
:style: normal
Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ Unsupported Collection Types
70
70
- Clustered collections with :ref:`expireAfterSeconds
71
71
<db.createCollection.expireAfterSeconds>` set aren't supported.
72
72
73
+ .. _c2c-sharded-limitations:
74
+
73
75
Sharded Clusters
74
76
----------------
75
77
You can’t perform that action at this time.
0 commit comments