Skip to content

Commit 44aed16

Browse files
committed
Add 6.8 to the remote clusters compatibility table (#42389)
The table does not include 6.8 as it was written before we knew we were releasing it. This commit adds it.
1 parent a70d810 commit 44aed16

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

docs/reference/modules/remote-clusters.asciidoc

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,25 @@ node to the selected remote _gateway nodes_ only.
3030
The _gateway nodes_ selection depends on the following criteria:
3131

3232
- *version*: Remote nodes must be compatible with the cluster they are
33-
registered to. This is subject to the same rules as <<rolling-upgrades>>.
34-
Any node can communicate with any other node on the same major version (e.g.
35-
6.0 can talk to any 6.x node). Only nodes on the last minor version of a
36-
certain major version can communicate with nodes on the following major
37-
version (e.g. 6.7 can communicate with 7.0, as well as any 7.x node, while
38-
6.6 or earlier cannot talk to any 7.x node). Note that version compatibility
39-
is symmetric, meaning that if 6.7 can communicate with 7.0, 7.0 can also
40-
communicate with 6.7. The matrix below summarizes compatibility as described
41-
above.
33+
registered to. This is subject to rules that are similar to those for
34+
<<rolling-upgrades>>. Any node can communicate with any other node on the same
35+
major version (e.g. 7.0 can talk to any 7.x node). Only nodes on the last minor
36+
version of a certain major version can communicate with nodes on the following
37+
major version. Note that in the 6.x series, 6.8 can communicate with any 7.x
38+
node, while 6.7 can only communicate with 7.0. Version compatibility is
39+
symmetric, meaning that if 6.7 can communicate with 7.0, 7.0 can also
40+
communicate with 6.7. The matrix below summarizes compatibility as described above.
4241

4342
[cols="^,^,^,^,^,^"]
4443
|====
45-
| Compatibility | 5.0->5.5 | 5.6 | 6.0->6.6 | 6.7 | 7.x
46-
| 5.0->5.5 | Yes | Yes | No | No | No
47-
| 5.6 | Yes | Yes | Yes | Yes | No
48-
| 6.0->6.6 | No | Yes | Yes | Yes | No
49-
| 6.7 | No | Yes | Yes | Yes | Yes
50-
| 7.x | No | No | No | Yes | Yes
44+
| Compatibility | 5.0->5.5 | 5.6 | 6.0->6.6 | 6.7 | 6.8 | 7.0 | 7.1->7.x
45+
| 5.0->5.5 | Yes | Yes | No | No | No | No | No
46+
| 5.6 | Yes | Yes | Yes | Yes | Yes | No | No
47+
| 6.0->6.6 | No | Yes | Yes | Yes | Yes | No | No
48+
| 6.7 | No | Yes | Yes | Yes | Yes | Yes | No
49+
| 6.8 | No | Yes | Yes | Yes | Yes | Yes | Yes
50+
| 7.0 | No | No | No | Yes | Yes | Yes | Yes
51+
| 7.1->7.x | No | No | No | No | Yes | Yes | Yes
5152
|====
5253

5354
- *role*: Dedicated master nodes never get selected.

0 commit comments

Comments
 (0)