File tree Expand file tree Collapse file tree 4 files changed +17
-9
lines changed Expand file tree Collapse file tree 4 files changed +17
-9
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -24,7 +24,10 @@ Limitations
24
24
General Limitations
25
25
-------------------
26
26
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
+
28
31
- ``mongosync`` does not support MongoDB rapid releases such as 6.1 or
29
32
6.2. Only major MongoDB releases such as 6.0 or 7.0. are supported.
30
33
For more information on MongoDB versioning, see
Original file line number Diff line number Diff line change @@ -20,14 +20,7 @@ Release Notes for ``mongosync`` 1.2
20
20
Migrating Older Versions of MongoDB
21
21
-------------------------------------
22
22
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
31
24
32
25
Guardrails for Unsupported Versions of MongoDB
33
26
----------------------------------------------
Original file line number Diff line number Diff line change @@ -47,3 +47,8 @@ Bug Fixes
47
47
48
48
* Fixes a bug that could cause ``mongosync`` to not copy some documents to the
49
49
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.
You can’t perform that action at this time.
0 commit comments