@@ -45,16 +45,10 @@ Follow the instructions below to setup {+c2c-product-name+}.
45
45
use that cluster as the source cluster. If you don't have a
46
46
cluster to work with, you will need to create one.
47
47
48
- You will need a destination cluster that has the same topology
49
- as your source cluster:
50
-
51
- - If the source cluster is a :ref:`replica set <replication>`,
52
- the destination cluster must also be a replica set. The number
53
- of nodes in the destination replica set does not have to equal
54
- the number of nodes in the source replica set.
55
- - If the source cluster is :ref:`sharded <sharding-background>`,
56
- the destination cluster must have the same number of shards and
57
- the same shard key.
48
+ This Quickstart works when the destination cluster and the source
49
+ cluster are both replica sets. To sync from a replica set to a
50
+ sharded cluster, or between sharded clusters, see:
51
+ :ref:`c2c-sharded-clusters`.
58
52
59
53
The source and destination clusters must be:
60
54
@@ -63,6 +57,9 @@ Follow the instructions below to setup {+c2c-product-name+}.
63
57
- at least Feature Compatibility Version 6.0
64
58
- the same Feature Compatibility Version
65
59
60
+ The number of nodes in the destination replica set does not have
61
+ to equal the number of nodes in the source replica set.
62
+
66
63
If your clusters are self-managed, they must be MongoDB
67
64
Enterprise clusters. {+c2c-product-name+} is only supported on
68
65
MongoDB Community Edition in a limited number of cases. For more
0 commit comments