[7.x] Update docs to explicitly state supported upgrade version (#103783) (#104165)

* 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>
This commit is contained in:
Brandon Kobel 2021-07-01 11:02:07 -07:00 committed by GitHub
parent 73691045cb
commit 74d3f2000b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,58 @@
[[upgrade]]
== Upgrade {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.07.13
|Upgrade to {version}
|6.8
|Upgrade to {version}
|6.06.7
a|
. Upgrade to 6.8
. Upgrade to {version}
|5.6
a|
. Upgrade to 6.8
. Upgrade to {version}
|5.05.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]]