Skip to content

Commit 21d8f2e

Browse files
authored
DOCSP-44678-mongosync-8.0-support (#451)
* DOCSP-44678-mongosync-8.0-support * * * * * * * MvK feedback
1 parent feee23c commit 21d8f2e

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
``mongosync`` does not yet support migrations to and from clusters that use
2+
MongoDB 8.0.

source/reference/mongosync.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ To get started with ``mongosync``, refer to the :ref:`Quick Start Guide
3737
Compatibility
3838
-------------
3939

40+
- .. include:: /includes/fact-no-8.0-support.rst
41+
4042
- .. include:: /includes/fact-minimum-server-version-support.rst
4143

4244
You can migrate data on clusters (source) with versions of MongoDB

source/reference/supported-server-version.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ MongoDB Server Version Compatibility
1515
Before you run {+c2c-product-name+}, consider the following MongoDB server
1616
version 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
3638
destination 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

Comments
 (0)