Skip to content

Commit 342edcd

Browse files
authored
DOCSP-43393 Older Version Support (#410)
* DOCSP-43393 Older Version Support * add to feature table + footnote * wording * typo * external feedback * * * *
1 parent 75c5a36 commit 342edcd

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

source/includes/table-beta-compatibility.rst

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
:header-rows: 1
33
:stub-columns: 1
44
:class: compatibility
5+
:widths: 16 12 12 12 12 12 12 12
56

67
* -
78
- Many-to-One
@@ -10,6 +11,7 @@
1011
- Namespace Remapping
1112
- Oplog Rollover Resilience
1213
- Destination Data Handling
14+
- Pre-6.0 Version Support
1315

1416
* - Many-to-One
1517
-
@@ -18,6 +20,7 @@
1820
- |checkmark|
1921
- |checkmark|
2022
- |checkmark|
23+
- |checkmark|
2124

2225
* - A->B->C Migration
2326
-
@@ -26,6 +29,7 @@
2629
- |checkmark|
2730
- |checkmark|
2831
- |checkmark|
32+
- |checkmark| [#pre-6.0-abc]_
2933

3034
* - Document Filtering
3135
-
@@ -34,6 +38,7 @@
3438
- |checkmark|
3539
- |checkmark|
3640
- |checkmark|
41+
-
3742

3843
* - Namespace Remapping
3944
- |checkmark|
@@ -42,6 +47,7 @@
4247
-
4348
- |checkmark|
4449
- |checkmark|
50+
-
4551

4652
* - Oplog Rollover Resilience
4753
- |checkmark|
@@ -50,11 +56,29 @@
5056
- |checkmark|
5157
-
5258
- |checkmark|
59+
- |checkmark|
5360

5461
* - Destination Data Handling
5562
- |checkmark|
5663
- |checkmark|
5764
- |checkmark|
5865
- |checkmark|
5966
- |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.

source/reference/beta-program.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ Beta Features
9191
* - :ref:`c2c-beta-orr`
9292
- .. include:: /includes/orr-intro.rst
9393

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+
94100
Feature Compatibility Matrix
95101
----------------------------
96102

0 commit comments

Comments
 (0)