Skip to content

Commit 1808e9b

Browse files
author
Dave Cuthbert
authored
DOCS-15841 quickstart topology update (#111)
* DOCS-15841 quickstart topology update * DOCS-15841 quickstart topology update * Review feedback
1 parent 8c99bf0 commit 1808e9b

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

source/quickstart.txt

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,10 @@ Follow the instructions below to setup {+c2c-product-name+}.
4545
use that cluster as the source cluster. If you don't have a
4646
cluster to work with, you will need to create one.
4747

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`.
5852

5953
The source and destination clusters must be:
6054

@@ -63,6 +57,9 @@ Follow the instructions below to setup {+c2c-product-name+}.
6357
- at least Feature Compatibility Version 6.0
6458
- the same Feature Compatibility Version
6559

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+
6663
If your clusters are self-managed, they must be MongoDB
6764
Enterprise clusters. {+c2c-product-name+} is only supported on
6865
MongoDB Community Edition in a limited number of cases. For more

0 commit comments

Comments
 (0)