Skip to content

Commit 3ec860f

Browse files
kobelbKOTungseth
andauthored
[7.x] Update docs to explicitly state supported upgrade version (elastic#103783) (elastic#104167)
* Update docs to explicitly state supported upgrade version * Update docs/setup/upgrade.asciidoc Co-authored-by: Kaarina Tungseth <[email protected]> Co-authored-by: Kaarina Tungseth <[email protected]> Co-authored-by: Kaarina Tungseth <[email protected]>
1 parent 73c63e2 commit 3ec860f

File tree

1 file changed

+52
-2
lines changed

1 file changed

+52
-2
lines changed

docs/setup/upgrade.asciidoc

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,58 @@
11
[[upgrade]]
22
== Upgrade {kib}
33

4-
Depending on the {kib} version you're upgrading from, the upgrade process to 7.0
5-
varies.
4+
Depending on the {kib} version you're upgrading from, the upgrade process to {version}
5+
varies. The following upgrades are supported:
6+
7+
* Between minor versions
8+
* From 5.6 to 6.8
9+
* From 6.8 to {version}
10+
ifeval::[ "{version}" != "{minor-version}.0" ]
11+
* From any version since {minor-version}.0 to {version}
12+
endif::[]
13+
14+
The following table shows the recommended upgrade paths to {version}.
15+
16+
[cols="<1,3",options="header",]
17+
|====
18+
|Upgrade from
19+
|Recommended upgrade path to {version}
20+
21+
ifeval::[ "{version}" != "{minor-version}.0" ]
22+
|A previous {minor-version} version (e.g., {minor-version}.0)
23+
|Upgrade to {version}
24+
endif::[]
25+
26+
|7.0–7.13
27+
|Upgrade to {version}
28+
29+
|6.8
30+
|Upgrade to {version}
31+
32+
|6.0–6.7
33+
a|
34+
35+
. Upgrade to 6.8
36+
. Upgrade to {version}
37+
38+
|5.6
39+
a|
40+
41+
. Upgrade to 6.8
42+
. Upgrade to {version}
43+
44+
|5.0–5.5
45+
a|
46+
47+
. Upgrade to 5.6
48+
. Upgrade to 6.8
49+
. Upgrade to {version}
50+
|====
51+
52+
[WARNING]
53+
====
54+
The upgrade path from 6.8 to 7.0 is *not* supported.
55+
====
656

757
[float]
858
[[upgrade-before-you-begin]]

0 commit comments

Comments
 (0)