This repository was archived by the owner on May 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
DOCSP-47288: Rename some enableUserWriteBlocking
internal-only options and disallow live upgrade to 1.12
#611
Merged
Merged
Changes from 5 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
2c394d9
write blocking params
mayaraman19 71ec342
release notes
mayaraman19 54b99dc
live upgrade fix
mayaraman19 2df16b7
simplifying
mayaraman19 d36505c
sourceanddestination
mayaraman19 787010c
mod
mayaraman19 2100245
style
mayaraman19 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
Starting in ``mongosync`` 1.7.0, you can upgrade ``mongosync`` without | ||
restarting data synchronization operations from the beginning. You can | ||
only live upgrade to ``mongosync`` 1.7.3 or later from ``mongosync`` | ||
1.7.2 or later. | ||
nvillahermosa-mdb marked this conversation as resolved.
Show resolved
Hide resolved
|
||
restarting data synchronization operations from the beginning. | ||
|
||
.. important:: | ||
|
||
``mongosync`` does not support live upgrades to version 1.11. | ||
``mongosync`` does not support live upgrades to version 1.12. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,38 @@ | ||||||
.. _c2c-release-notes-1.12: | ||||||
|
||||||
================================ | ||||||
Release Notes for mongosync 1.12 | ||||||
================================ | ||||||
|
||||||
.. default-domain:: mongodb | ||||||
|
||||||
.. contents:: On this page | ||||||
:local: | ||||||
:backlinks: none | ||||||
:depth: 2 | ||||||
:class: singlecol | ||||||
|
||||||
This page describes changes and new features introduced in | ||||||
{+c2c-full-product-name+} 1.12. | ||||||
|
||||||
.. _1.12.0-c2c-release-notes: | ||||||
|
||||||
1.12.0 Release | ||||||
-------------- | ||||||
|
||||||
``enableUserWriteBlocking`` parameters | ||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||||
|
||||||
The ``enableUserWriteBlocking`` parameter in the | ||||||
:ref:`/start <c2c-api-start>` API now accepts the following string options: | ||||||
|
||||||
- ``"sourceAndDestination"`` for dual write-blocking | ||||||
- ``"none"`` for no write-blocking | ||||||
|
||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
See :ref:`c2c-api-start-params`. | ||||||
|
||||||
Live Upgrades | ||||||
~~~~~~~~~~~~~ | ||||||
|
||||||
:ref:`Live upgrades <c2c-versioning-live-upgrade>` | ||||||
to version 1.12 are not supported. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.