Skip to content

Commit 5f3eaf5

Browse files
MongoCalebFGasper
andauthored
Remove "no support" note and update to "partial support" (#535)
* Remove "no support" note and update to "partial support" * Update source/reference/supported-server-version.txt Co-authored-by: Felipe Gasper <[email protected]> * slight wording change --------- Co-authored-by: Felipe Gasper <[email protected]>
1 parent d78b0fb commit 5f3eaf5

File tree

4 files changed

+6
-19
lines changed

4 files changed

+6
-19
lines changed

source/includes/fact-no-8.0-support.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Starting in version 1.10, ``mongosync`` supports migrations to destination
2+
clusters that use MongoDB 8.0. The source must be a pre-8.0 cluster.
3+
To migrate from 8.0 source clusters, see :ref:`c2c-server-8.0-to-8.0`.

source/reference/mongosync.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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
40+
- .. include:: /includes/fact-partial-8.0-support.rst
4141

4242
- .. include:: /includes/fact-minimum-server-version-support.rst
4343

source/reference/supported-server-version.txt

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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
18+
- .. include:: /includes/fact-partial-8.0-support.rst
1919

2020
- .. include:: /includes/fact-minimum-server-version-support.rst
2121

@@ -54,18 +54,6 @@ destination MongoDB server versions.
5454
-
5555
- √
5656

57-
.. _c2c-server-pre-8.0-to-8.0:
58-
59-
Synchronize Data From a Pre-8.0 Source Cluster to an 8.0 Destination Cluster
60-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61-
62-
To migrate data from a 6.0 or 7.0 source cluster to an 8.0 destination
63-
cluster:
64-
65-
- Use ``mongosync`` to migrate data from your source cluster to a 7.0
66-
destination cluster.
67-
- Upgrade the 7.0 destination cluster to 8.0.
68-
6957
.. _c2c-server-8.0-to-8.0:
7058

7159
Synchronize Data Between Two 8.0 Clusters
@@ -80,5 +68,4 @@ For limitations on using ``mongodump`` and ``mongorestore``, see
8068
:ref:`mongorestore-behavior-access-usage`.
8169

8270
Alternatively, you can :ref:`downgrade your 8.0 source cluster <8.0-downgrade>`
83-
to 7.0, migrate your data into a 7.0 destination cluster, and then upgrade the
84-
destination cluster to 8.0.
71+
to 7.0 and then migrate your data into an 8.0 destination cluster.

0 commit comments

Comments
 (0)