mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* 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:
parent
73691045cb
commit
74d3f2000b
1 changed files with 52 additions and 2 deletions
|
@ -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.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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue