@@ -15,6 +15,8 @@ MongoDB Server Version Compatibility
1515Before you run {+c2c-product-name+}, consider the following MongoDB server
1616version limitations and requirements:
1717
18+ - .. include:: /includes/fact-no-8.0-support.rst
19+
1820- .. include:: /includes/fact-minimum-server-version-support.rst
1921
2022- ``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
3638destination MongoDB server versions.
3739
3840.. list-table::
41+ :header-rows: 1
42+ :stub-columns: 1
3943 :widths: 40 30 30
4044
4145 * -
@@ -49,3 +53,28 @@ destination MongoDB server versions.
4953 * - **7.0** Source
5054 -
5155 - √
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