File tree Expand file tree Collapse file tree 5 files changed +57
-6
lines changed Expand file tree Collapse file tree 5 files changed +57
-6
lines changed Original file line number Diff line number Diff line change
1
+ {+c2c-product-name+} provides continuous data synchronization or a
2
+ one-time data migration between two MongoDB clusters. You can use
3
+ filtered sync to specify which databases and collections the
4
+ :ref: `mongosync <c2c-mongosync >` utility transfers between the source
5
+ and destination clusters.
Original file line number Diff line number Diff line change @@ -15,11 +15,7 @@ Filtered Sync
15
15
16
16
.. versionadded:: 1.1
17
17
18
- {+c2c-product-name+} provides continuous data synchronization or a
19
- one-time data migration between two MongoDB clusters. You can use
20
- filtered sync to control the data that the :ref:`mongosync
21
- <c2c-mongosync>` utility transfers between the source and destination
22
- clusters.
18
+ .. include:: /includes/api/facts/filtering-intro.rst
23
19
24
20
.. _c2c-configure-filter:
25
21
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Limitations
24
24
General Limitations
25
25
-------------------
26
26
27
- - The minimum supported server version is MongoDB 6.0.
27
+ - The minimum supported server version is MongoDB 6.0.4.
28
28
- ``mongosync`` does not support MongoDB rapid releases such as 6.1 or
29
29
6.2. Only major MongoDB releases such as 6.0 or 7.0. are supported.
30
30
For more information on MongoDB versioning, see
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ Release Notes
10
10
11
11
/release-notes/0.9
12
12
/release-notes/1.0
13
+ /release-notes/1.1
13
14
Original file line number Diff line number Diff line change
1
+ .. _c2c-release-notes-1.1:
2
+
3
+ ===================================
4
+ Release Notes for ``mongosync`` 1.1
5
+ ===================================
6
+
7
+ .. default-domain:: mongodb
8
+
9
+ .. contents:: On this page
10
+ :local:
11
+ :backlinks: none
12
+ :depth: 1
13
+ :class: singlecol
14
+
15
+ .. note::
16
+
17
+ ``mongosync`` 1.1 Released January 13, 2023
18
+
19
+
20
+ Filtered Sync
21
+ -------------
22
+
23
+ .. include:: /includes/api/facts/filtering-intro.rst
24
+
25
+ For more information, see: :ref:`c2c-filtered-sync`.
26
+
27
+ Unlike Topologies
28
+ -----------------
29
+
30
+ {+c2c-product-name+} 1.1 supports sync between clusters with different
31
+ sharding configurations.
32
+
33
+ You can sync:
34
+
35
+ - Between two sharded clusters
36
+ - Between two sharded clusters with a different number of shards in each
37
+ cluster
38
+ - From a replica set to a sharded cluster
39
+
40
+ You cannot sync from a sharded cluster to a replica set.
41
+
42
+ For more information, see: :ref:`c2c-api-start-sharding`.
43
+
44
+ Minimum Supported Server Version
45
+ --------------------------------
46
+
47
+ {+c2c-product-name+} requires at least MongoDB server version 6.0.4 on
48
+ both the source and target clusters.
49
+
You can’t perform that action at this time.
0 commit comments