From 916a5f3e2a845c1f29d80c969365d199902c98cc Mon Sep 17 00:00:00 2001 From: Inbar Shimshon Date: Wed, 22 Jul 2020 16:02:51 +0300 Subject: [PATCH 1/2] Update reindex_upgrade.asciidoc The reindex and upgrade doc should be more specific and address more concrete scenario's upgrade from X > Y with indexes of Z require steps 123 wording is too open for interpretation at the moment which means questions to support. --- docs/reference/upgrade/reindex_upgrade.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/upgrade/reindex_upgrade.asciidoc b/docs/reference/upgrade/reindex_upgrade.asciidoc index a9b1f60800706..092975b8622ad 100644 --- a/docs/reference/upgrade/reindex_upgrade.asciidoc +++ b/docs/reference/upgrade/reindex_upgrade.asciidoc @@ -6,6 +6,8 @@ have indices created in 5.x or before, you must reindex or delete them before upgrading to {version}. {es} nodes will fail to start if incompatible indices are present. Snapshots of 5.x or earlier indices cannot be restored to a 7.x cluster even if they were created by a 6.x cluster. +Any index created in a 6.x version is 7.x compatible and do not require a reindex. + This restriction also applies to the internal indices that are used by {kib} and the {xpack} features. Therefore, before you can use {kib} and From ea8fdab4bc16b817e48c2ee4d277980ba930351d Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Mon, 27 Jul 2020 08:57:38 -0400 Subject: [PATCH 2/2] Update docs/reference/upgrade/reindex_upgrade.asciidoc --- docs/reference/upgrade/reindex_upgrade.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/upgrade/reindex_upgrade.asciidoc b/docs/reference/upgrade/reindex_upgrade.asciidoc index 092975b8622ad..0377b43f42158 100644 --- a/docs/reference/upgrade/reindex_upgrade.asciidoc +++ b/docs/reference/upgrade/reindex_upgrade.asciidoc @@ -6,7 +6,7 @@ have indices created in 5.x or before, you must reindex or delete them before upgrading to {version}. {es} nodes will fail to start if incompatible indices are present. Snapshots of 5.x or earlier indices cannot be restored to a 7.x cluster even if they were created by a 6.x cluster. -Any index created in a 6.x version is 7.x compatible and do not require a reindex. +Any index created in 6.x is compatible with 7.x and does not require a reindex. This restriction also applies to the internal indices that are used by