Skip to content

Commit c07a474

Browse files
author
Dave Cuthbert
authored
DOCSP-29606 minimum version (#126)
* DOCSP-29606 minimum version * Review feedback
1 parent e061c4f commit c07a474

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Starting in version 1.2, ``mongosync`` can sync between clusters running
2+
some older (pre-6.0) releases of MongoDB Server. This feature requires
3+
additional preparation and configuration in pre-6.0 releases.
4+
5+
If you would like to migrate pre-6.0 versions of MongoDB Server
6+
using ``mongosync``, please `contact <https://mongodb.com/contact>`__
7+
your account team to inquire about Professional Services.

source/reference/limitations.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ Limitations
2424
General Limitations
2525
-------------------
2626

27-
- The minimum supported server version is MongoDB 6.0.4.
27+
- The minimum supported server version is MongoDB 6.0.5.
28+
29+
.. include:: /includes/fact-minimum-versions.rst
30+
2831
- ``mongosync`` does not support MongoDB rapid releases such as 6.1 or
2932
6.2. Only major MongoDB releases such as 6.0 or 7.0. are supported.
3033
For more information on MongoDB versioning, see

source/release-notes/1.2.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,7 @@ Release Notes for ``mongosync`` 1.2
2020
Migrating Older Versions of MongoDB
2121
-------------------------------------
2222

23-
``mongosync`` 1.2 can sync between clusters running
24-
older (pre-6.0) releases of MongoDB Server. Use of this feature
25-
requires additional preparation and configuration.
26-
27-
If you would like to migrate pre-6.0 versions of MongoDB Server
28-
using ``mongosync``, please `contact <https://mongodb.com/contact>`__
29-
your account team to inquire about Professional Services.
30-
23+
.. include:: /includes/fact-minimum-versions.rst
3124

3225
Guardrails for Unsupported Versions of MongoDB
3326
----------------------------------------------

source/release-notes/1.3.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ Bug Fixes
4747

4848
* Fixes a bug that could cause ``mongosync`` to not copy some documents to the
4949
destination cluster for clustered collections on replica sets.
50+
51+
Minimum Supported Version
52+
-------------------------
53+
54+
Starting in 1.3.0, the minimum supported version of MongoDB is 6.0.5.

0 commit comments

Comments
 (0)