Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/includes/fact-pre-6.0-migration.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Starting in version 1.10.0, ``mongosync`` supports migrations from pre-6.0
source clusters.
24 changes: 24 additions & 0 deletions source/includes/table-pre-6.0-compatibility.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.. list-table::
:header-rows: 1
:stub-columns: 1
:widths: 40 30 30

* -
- **6.0 Destination**
- **7.0 Destination**

* - **4.4 Source**
- √
-

* - **5.0 Source**
- √
- √

* - **6.0 Source**
- √
- √

* - **7.0 Source**
-
- √
2 changes: 2 additions & 0 deletions source/reference/limitations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ cluster.

.. include:: /includes/fact-verifier-limitations

.. _c2c-older-version-limitations:

Pre-6.0 Migrations
------------------

Expand Down
34 changes: 8 additions & 26 deletions source/reference/supported-server-version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,45 +53,27 @@ clusters:
- 7.0.9
- 6.0

.. _c2c-sync-different-versions:

Synchronize Data Between Clusters with Different MongoDB Server Major Versions
------------------------------------------------------------------------------

.. include:: /includes/cross-version-sync.rst

Starting in version 1.10.0, ``mongosync`` supports migrations from pre-6.0
source clusters.
.. include:: /includes/fact-pre-6.0-migration.rst

.. important::

``mongosync`` does not support migrations to pre-6.0 destination clusters.

``mongosync`` supports syncs between the following source and
destination MongoDB server versions.

.. list-table::
:header-rows: 1
:stub-columns: 1
:widths: 40 30 30

* -
- **6.0 Destination**
- **7.0 Destination**
destination MongoDB server versions:

* - **4.4 Source**
- √
-
.. include:: /includes/table-pre-6.0-compatibility.rst

* - **5.0 Source**
- √
- √

* - **6.0 Source**
- √
- √

* - **7.0 Source**
-
- √
.. seealso::

:ref:`c2c-older-version-limitations`.

.. _c2c-server-pre-8.0-to-8.0:

Expand Down
15 changes: 15 additions & 0 deletions source/release-notes/1.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@ Release Notes for mongosync 1.10
This page describes changes and new features introduced in
{+c2c-full-product-name+} 1.10.

Older Version Support
---------------------

.. include:: /includes/fact-pre-6.0-migration.rst

``mongosync`` now supports syncs between the following source and
destination MongoDB server versions:

.. include:: /includes/table-pre-6.0-compatibility.rst

To learn more, see:

- :ref:`Pre-6.0 Migration Limitations <c2c-older-version-limitations>`.
- :ref:`c2c-sync-different-versions`.

Minimum Supported Version
-------------------------

Expand Down