File tree Expand file tree Collapse file tree 11 files changed +43
-4
lines changed Expand file tree Collapse file tree 11 files changed +43
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ About ``mongosync``
12
12
:depth: 2
13
13
:class: singlecol
14
14
15
+ .. include:: /includes/in-dev.rst
16
+
15
17
The :ref:`mongosync <c2c-mongosync>` binary is the primary process used in
16
18
{+c2c-product-name+}. ``mongosync`` migrates data from a source cluster to a
17
19
destination cluster and keeps the clusters in continuous sync until you
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ Connecting ``mongosync``
14
14
:depth: 1
15
15
:class: singlecol
16
16
17
+ .. include:: /includes/in-dev.rst
18
+
17
19
To configure a connection with :ref:`mongosync <c2c-mongosync>`, refer
18
20
to the connection documentation that matches your environment:
19
21
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ Connect Two Atlas Clusters
12
12
:depth: 1
13
13
:class: twocols
14
14
15
+ .. include:: /includes/in-dev.rst
16
+
15
17
.. include:: /includes/fact-connect-intro
16
18
17
19
This page provides instructions to connect Atlas clusters using
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ Connect a Self-Managed Cluster to Atlas
13
13
:depth: 1
14
14
:class: twocols
15
15
16
+ .. include:: /includes/in-dev.rst
17
+
16
18
.. include:: /includes/fact-connect-intro
17
19
18
20
This page provides instructions to connect a self-managed cluster to an
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ Connect Two Self-Managed Clusters
13
13
:depth: 1
14
14
:class: twocols
15
15
16
+ .. include:: /includes/in-dev.rst
17
+
16
18
.. include:: /includes/fact-connect-intro
17
19
18
20
This page provides instructions to connect self-managed clusters using
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Cluster-to-Cluster Sync
6
6
7
7
.. default-domain:: mongodb
8
8
9
+ .. include:: /includes/in-dev.rst
10
+
9
11
{+c2c-product-name+} provides continuous data synchronization or a
10
12
one-time data migration between MongoDB clusters. For notes and caveats on
11
13
continuous sync, see the :ref:`<mongosync-considerations>` page. You can
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ Installation
11
11
:depth: 1
12
12
:class: singlecol
13
13
14
+ .. include:: /includes/in-dev.rst
15
+
14
16
These documents provide instructions to install {+c2c-full-product-name+}.
15
17
16
18
:ref:`c2c-install-linux`
Original file line number Diff line number Diff line change 16
16
:depth: 2
17
17
:class: singlecol
18
18
19
+ .. include:: /includes/in-dev.rst
20
+
19
21
Overview
20
22
--------
21
23
Original file line number Diff line number Diff line change 12
12
:depth: 2
13
13
:class: singlecol
14
14
15
+ .. include:: /includes/in-dev.rst
15
16
16
17
{+c2c-product-name+} uses `Semantic Versioning 2.0.0
17
18
<https://semver.org/>`__. Version numbers have the form ``X.Y.Z``, where
Original file line number Diff line number Diff line change @@ -14,16 +14,17 @@ release notes.
14
14
Upcoming Stable Release
15
15
~~~~~~~~~~~~~~~~~~~~~~~
16
16
17
- - :ref:`c2c-release-notes-1.9 `
17
+ - :ref:`c2c-release-notes-1.10 `
18
18
19
19
Current Stable Release
20
20
~~~~~~~~~~~~~~~~~~~~~~
21
21
22
- - :ref:`c2c-release-notes-1.8 `
22
+ - :ref:`c2c-release-notes-1.9 `
23
23
24
- Previous Rapid Releases
25
- ~~~~~~~~~~~~~~~~~~~~~~~
24
+ Previous Releases
25
+ ~~~~~~~~~~~~~~~~~
26
26
27
+ - :ref:`c2c-release-notes-1.8`
27
28
- :ref:`c2c-release-notes-1.7`
28
29
- :ref:`c2c-release-notes-1.6`
29
30
- :ref:`c2c-release-notes-1.5`
@@ -39,6 +40,7 @@ Previous Rapid Releases
39
40
.. toctree::
40
41
:titlesonly:
41
42
43
+ 1.10 </release-notes/1.10>
42
44
1.9 </release-notes/1.9>
43
45
1.8 </release-notes/1.8>
44
46
1.7 </release-notes/1.7>
Original file line number Diff line number Diff line change
1
+ .. _c2c-release-notes-1.10:
2
+
3
+ ================================
4
+ Release Notes for mongosync 1.10
5
+ ================================
6
+
7
+ .. default-domain:: mongodb
8
+
9
+ .. contents:: On this page
10
+ :local:
11
+ :backlinks: none
12
+ :depth: 2
13
+ :class: singlecol
14
+
15
+ .. include:: /includes/in-dev.rst
16
+
17
+ .. _1.10.0-c2c-release-notes:
18
+
19
+ This page describes changes and new features introduced in
20
+ {+c2c-full-product-name+} 1.10 and the {+c2c-full-beta-program+}.
You can’t perform that action at this time.
0 commit comments