[7.0] Update docs to explicitly state supported upgrade version (#103787)

* 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>
This commit is contained in:
Brandon Kobel 2021-07-01 10:49:24 -07:00 committed by GitHub
parent aee350a077
commit 28aa30668c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,55 @@
[[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.7
* From 6.7 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::[]
|6.7
|Upgrade to {version}
|6.06.6
a|
. Upgrade to 6.7
. Upgrade to {version}
|5.6
a|
. Upgrade to 6.7
. Upgrade to {version}
|5.05.5
a|
. Upgrade to 5.6
. Upgrade to 6.7
. Upgrade to {version}
|====
[WARNING]
====
The upgrade path from 6.8 to 7.0 is *not* supported. Instead, perform an upgrade from 6.8 directly to 7.1.
====
[float]
[[upgrade-before-you-begin]]