This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ only live upgrade to ``mongosync`` 1.7.3 or later from ``mongosync``
5
5
6
6
.. important ::
7
7
8
- ``mongosync `` does not support live upgrades to version 1.11 or 1.12 .
8
+ ``mongosync `` does not support live upgrades to version 1.11.
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ version limitations and requirements:
23
23
- 5.0 (*New in version 1.10.0*)
24
24
- 6.0
25
25
- 7.0
26
+ - 8.0 (*New in version 1.12.0*)
26
27
27
28
- ``mongosync`` doesn't support MongoDB rapid releases, such as 6.1 or 6.2.
28
29
@@ -53,6 +54,10 @@ clusters:
53
54
- 7.0.13
54
55
- 6.0
55
56
57
+ * - 8.0
58
+ - 8.0
59
+ - 8.0
60
+
56
61
.. _c2c-sync-different-versions:
57
62
58
63
Synchronize Data Between Clusters with Different MongoDB Server Major Versions
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ restarting data synchronization operations from the beginning.
70
70
71
71
.. important::
72
72
73
- ``mongosync`` does not support live upgrades to version 1.11 or 1.12 .
73
+ ``mongosync`` does not support live upgrades to version 1.11.
74
74
75
75
After the live upgrade, ``mongosync`` continues operations that were in
76
76
progress before the upgrade.
Original file line number Diff line number Diff line change @@ -22,8 +22,16 @@ This page describes changes and new features introduced in
22
22
23
23
**February 19, 2025**
24
24
25
- Main Feature
26
- ~~~~~~~~~~~~
25
+ ``enableUserWriteBlocking`` parameters
26
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27
+
28
+ The ``enableUserWriteBlocking`` parameter in the
29
+ :ref:`/start <c2c-api-start>` API now accepts the following string options:
30
+
31
+ - ``"sourceAndDestination"`` for dual write-blocking
32
+ - ``"none"`` for no write-blocking
33
+
34
+ See :ref:`c2c-api-start-params`.
27
35
28
36
Live Upgrades
29
37
~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments