@@ -39,35 +39,30 @@ asked to upgrade in order to receive support.
39
39
MongoDB Server Version Compatibility and Support
40
40
------------------------------------------------
41
41
42
- {+c2c-product-name+} supports the following versions of MongoDB Server:
42
+ Before you run {+c2c-product-name+}, consider the following MongoDB server
43
+ version limitations and requirements:
43
44
45
+ - .. include:: /includes/fact-minimum-server-version-support.rst
44
46
45
- .. list-table::
46
- :header-rows: 1
47
- :stub-columns: 1
47
+ - ``mongosync`` doesn't support MongoDB rapid releases, such as 6.1 or 6.2.
48
48
49
- * - ``mongosync`` Version
50
- - MongoDB Server Version
49
+ - .. include:: /includes/fact-minimum-fcv.rst
51
50
52
- * - 1.6.0
53
- - 7.0.x
51
+ Synchronize Data Between Clusters Running Older MongoDB Server Versions
52
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
54
53
55
- * - 1.0.0
56
- - 6.0.x
54
+ .. include:: /includes/fact-minimum-versions.rst
57
55
58
- Considerations
59
- --------------
60
56
61
- {+c2c-product-name+} has the following version related considerations:
57
+ Synchronize Data Between Clusters with Different MongoDB Server Major Versions
58
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
62
59
63
- Same Server Version
64
- ~~~~~~~~~~~~~~~~~~~
60
+ .. include:: /includes/cross-version-sync.rst
65
61
66
- {+c2c-product-name+} only supports syncing between the same version of
67
- MongoDB Server. The major and minor :ref:`server version numbers
68
- <release-version-numbers>` must be the same on both clusters.
69
- Starting in ``mongosync`` 1.6.0, the source and destination cluster
70
- can use different patch releases of the same major and minor version.
62
+ Version-Related Considerations
63
+ ------------------------------
64
+
65
+ {+c2c-product-name+} has the following version related considerations:
71
66
72
67
Support Lifecycle
73
68
~~~~~~~~~~~~~~~~~
@@ -214,7 +209,7 @@ Major Releases
214
209
215
210
- Changes that break compatibility with a supported version of MongoDB
216
211
Server.
217
- - Dropping a version of the REST API. ``mongosync`` may dropping all
212
+ - Dropping a version of the REST API. ``mongosync`` may drop all
218
213
older endpoints in favor of a new version of the API. There will never
219
214
be any other types of backwards incompatible changes in the REST API.
220
215
- Removing support for a previously supported MongoDB Server feature if
0 commit comments