@@ -13,16 +13,15 @@ MongoDB Server Version Compatibility
1313 :class: singlecol
1414
1515Before you run {+c2c-product-name+}, consider the following MongoDB server
16- version limitations and requirements:
17-
18- - .. include:: /includes/fact-partial-8.0-support.rst
16+ version limitations and requirements:
1917
2018- Your source cluster must run one of the following major supported versions:
2119
2220 - 4.4 (*New in version 1.10.0*)
2321 - 5.0 (*New in version 1.10.0*)
2422 - 6.0
2523 - 7.0
24+ - 8.0 (*New in version 1.12.0*)
2625
2726- ``mongosync`` doesn't support MongoDB rapid releases, such as 6.1 or 6.2.
2827
@@ -53,6 +52,10 @@ clusters:
5352 - 7.0.13
5453 - 6.0
5554
55+ * - 8.0
56+ - 8.0
57+ - 8.0
58+
5659.. _c2c-sync-different-versions:
5760
5861Synchronize Data Between Clusters with Different MongoDB Server Major Versions
@@ -73,20 +76,4 @@ destination MongoDB server versions:
7376
7477.. seealso::
7578
76- :ref:`Pre-6.0 Migration Limitations <c2c-older-version-limitations>`
77-
78- .. _c2c-server-8.0-to-8.0:
79-
80- Synchronize Data Between Two 8.0 Clusters
81- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
82-
83- To migrate data between two 8.0 clusters:
84-
85- - Use :ref:`mongodump` to export data from the source cluster.
86- - Use :ref:`mongorestore` to import the data into the destination cluster.
87-
88- For limitations on using ``mongodump`` and ``mongorestore``, see
89- :ref:`mongorestore-behavior-access-usage`.
90-
91- Alternatively, you can :ref:`downgrade your 8.0 source cluster <8.0-downgrade>`
92- to 7.0 and then migrate your data into an 8.0 destination cluster.
79+ :ref:`Pre-6.0 Migration Limitations <c2c-older-version-limitations>`
0 commit comments