@@ -15,6 +15,8 @@ MongoDB Server Version Compatibility
15
15
Before you run {+c2c-product-name+}, consider the following MongoDB server
16
16
version limitations and requirements:
17
17
18
+ - .. include:: /includes/fact-no-8.0-support.rst
19
+
18
20
- .. include:: /includes/fact-minimum-server-version-support.rst
19
21
20
22
- ``mongosync`` doesn't support MongoDB rapid releases, such as 6.1 or 6.2.
@@ -36,6 +38,8 @@ Synchronize Data Between Clusters with Different MongoDB Server Major Versions
36
38
destination MongoDB server versions.
37
39
38
40
.. list-table::
41
+ :header-rows: 1
42
+ :stub-columns: 1
39
43
:widths: 40 30 30
40
44
41
45
* -
@@ -49,3 +53,28 @@ destination MongoDB server versions.
49
53
* - **7.0** Source
50
54
-
51
55
- √
56
+
57
+ Synchronize Data From a Pre-8.0 Source Cluster to an 8.0 Destination Cluster
58
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59
+
60
+ To migrate data from a 6.0 or 7.0 source cluster to an 8.0 destination
61
+ cluster:
62
+
63
+ - Use ``mongosync`` to migrate data from your source cluster to a 7.0
64
+ destination cluster.
65
+ - Upgrade the 7.0 destination cluster to 8.0.
66
+
67
+ Synchronize Data Between Two 8.0 Clusters
68
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
+
70
+ To migrate data between two 8.0 clusters:
71
+
72
+ - Use :ref:`mongodump` to export data from the source cluster.
73
+ - Use :ref:`mongorestore` to import the data into the destination cluster.
74
+
75
+ For limitations on using ``mongodump`` and ``mongorestore``, see
76
+ :ref:`mongorestore-behavior-access-usage`.
77
+
78
+ Alternatively, you can :ref:`downgrade your 8.0 source cluster <8.0-downgrade>`
79
+ to 7.0, migrate your data into a 7.0 destination cluster, and then upgrade the
80
+ destination cluster to 8.0.
0 commit comments