Skip to content

Commit

Permalink
[7.x] Update docs to explicitly state supported upgrade version (#103783
Browse files Browse the repository at this point in the history
) (#104178)

* Update docs to explicitly state supported upgrade version

* Update docs/setup/upgrade.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
  • Loading branch information
kobelb and KOTungseth committed Jul 6, 2021
1 parent 745dcf5 commit ae59e46
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion docs/setup/upgrade.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,58 @@
[[upgrade]]
== Upgrading {kib}

Depending on the {kib} version you're upgrading from, the upgrade process to 7.0 varies.
Depending on the {kib} version you're upgrading from, the upgrade process to {version}
varies. The following upgrades are supported:

* Between minor versions
* From 5.6 to 6.8
* From 6.8 to {version}
ifeval::[ "{version}" != "{minor-version}.0" ]
* From any version since {minor-version}.0 to {version}
endif::[]

The following table shows the recommended upgrade paths to {version}.

[cols="<1,3",options="header",]
|====
|Upgrade from
|Recommended upgrade path to {version}

ifeval::[ "{version}" != "{minor-version}.0" ]
|A previous {minor-version} version (e.g., {minor-version}.0)
|Upgrade to {version}
endif::[]

|7.0–7.13
|Upgrade to {version}

|6.8
|Upgrade to {version}

|6.0–6.7
a|

. Upgrade to 6.8
. Upgrade to {version}

|5.6
a|

. Upgrade to 6.8
. Upgrade to {version}

|5.0–5.5
a|

. Upgrade to 5.6
. Upgrade to 6.8
. Upgrade to {version}
|====

[WARNING]
====
The upgrade path from 6.8 to 7.0 is *not* supported.
====

[float]
[[upgrade-before-you-begin]]
Expand Down

0 comments on commit ae59e46

Please sign in to comment.