File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 2
2
:header-rows: 1
3
3
:stub-columns: 1
4
4
:class: compatibility
5
+ :widths: 16 12 12 12 12 12 12 12
5
6
6
7
* -
7
8
- Many-to-One
10
11
- Namespace Remapping
11
12
- Oplog Rollover Resilience
12
13
- Destination Data Handling
14
+ - Pre-6.0 Version Support
13
15
14
16
* - Many-to-One
15
17
-
18
20
- |checkmark |
19
21
- |checkmark |
20
22
- |checkmark |
23
+ - |checkmark |
21
24
22
25
* - A->B->C Migration
23
26
-
26
29
- |checkmark |
27
30
- |checkmark |
28
31
- |checkmark |
32
+ - |checkmark | [#pre-6.0-abc ]_
29
33
30
34
* - Document Filtering
31
35
-
34
38
- |checkmark |
35
39
- |checkmark |
36
40
- |checkmark |
41
+ -
37
42
38
43
* - Namespace Remapping
39
44
- |checkmark |
42
47
-
43
48
- |checkmark |
44
49
- |checkmark |
50
+ -
45
51
46
52
* - Oplog Rollover Resilience
47
53
- |checkmark |
50
56
- |checkmark |
51
57
-
52
58
- |checkmark |
59
+ - |checkmark |
53
60
54
61
* - Destination Data Handling
55
62
- |checkmark |
56
63
- |checkmark |
57
64
- |checkmark |
58
65
- |checkmark |
59
66
- |checkmark |
60
- -
67
+ -
68
+ - |checkmark |
69
+
70
+ * - Pre-6.0 Version Support
71
+ - |checkmark |
72
+ - |checkmark | [#pre-6.0-abc ]_
73
+ -
74
+ -
75
+ - |checkmark |
76
+ - |checkmark |
77
+ -
78
+
79
+ .. [#pre-6.0-abc ]
80
+
81
+ A->B->C migrations are compatible with pre-6.0 version support only if
82
+ cluster A uses a server version older than 6.0. If cluster B uses a pre-6.0
83
+ cluster, the second migration (B->C) can start only after the first migration
84
+ (A->B) is committed.
Original file line number Diff line number Diff line change @@ -91,6 +91,12 @@ Beta Features
91
91
* - :ref:`c2c-beta-orr`
92
92
- .. include:: /includes/orr-intro.rst
93
93
94
+ * - Pre-6.0 Server Version Support
95
+ - In {+c2c-beta-program-short+}, you can perform migrations between
96
+ clusters running MongoDB server versions older than 6.0. To see
97
+ guidelines and restrictions for migrating between older server
98
+ versions, you must have access to the {+c2c-beta-program-short+} binary.
99
+
94
100
Feature Compatibility Matrix
95
101
----------------------------
96
102
You can’t perform that action at this time.
0 commit comments