Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 68b2046

Browse files
Updated server version
1 parent 75507fb commit 68b2046

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

source/includes/live-upgrade.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ only live upgrade to ``mongosync`` 1.7.3 or later from ``mongosync``
55

66
.. important::
77

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.

source/reference/supported-server-version.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ version limitations and requirements:
2323
- 5.0 (*New in version 1.10.0*)
2424
- 6.0
2525
- 7.0
26+
- 8.0 (*New in version 1.12.0*)
2627

2728
- ``mongosync`` doesn't support MongoDB rapid releases, such as 6.1 or 6.2.
2829

@@ -53,6 +54,10 @@ clusters:
5354
- 7.0.13
5455
- 6.0
5556

57+
* - 8.0
58+
- 8.0
59+
- 8.0
60+
5661
.. _c2c-sync-different-versions:
5762

5863
Synchronize Data Between Clusters with Different MongoDB Server Major Versions

source/reference/versioning.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ restarting data synchronization operations from the beginning.
7070

7171
.. important::
7272

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.
7474

7575
After the live upgrade, ``mongosync`` continues operations that were in
7676
progress before the upgrade.

source/release-notes/1.12.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,16 @@ This page describes changes and new features introduced in
2222

2323
**February 19, 2025**
2424

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`.
2735

2836
Live Upgrades
2937
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)