@@ -13,16 +13,15 @@ MongoDB Server Version Compatibility
13
13
:class: singlecol
14
14
15
15
Before 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:
19
17
20
18
- Your source cluster must run one of the following major supported versions:
21
19
22
20
- 4.4 (*New in version 1.10.0*)
23
21
- 5.0 (*New in version 1.10.0*)
24
22
- 6.0
25
23
- 7.0
24
+ - 8.0 (*New in version 1.12.0*)
26
25
27
26
- ``mongosync`` doesn't support MongoDB rapid releases, such as 6.1 or 6.2.
28
27
@@ -53,6 +52,10 @@ clusters:
53
52
- 7.0.13
54
53
- 6.0
55
54
55
+ * - 8.0
56
+ - 8.0
57
+ - 8.0
58
+
56
59
.. _c2c-sync-different-versions:
57
60
58
61
Synchronize Data Between Clusters with Different MongoDB Server Major Versions
@@ -73,20 +76,4 @@ destination MongoDB server versions:
73
76
74
77
.. seealso::
75
78
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