From 456a2590ed1579fe243c8b5458d3bb1578eec023 Mon Sep 17 00:00:00 2001 From: Albert Zaharovits Date: Mon, 7 Jan 2019 12:57:08 +0200 Subject: [PATCH 1/2] Docs for rolling upgrade when internal indices --- docs/reference/upgrade/rolling_upgrade.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference/upgrade/rolling_upgrade.asciidoc b/docs/reference/upgrade/rolling_upgrade.asciidoc index 86a21627a8901..afbb8d2ed29ae 100644 --- a/docs/reference/upgrade/rolling_upgrade.asciidoc +++ b/docs/reference/upgrade/rolling_upgrade.asciidoc @@ -18,6 +18,12 @@ you can do a rolling upgrade you must encrypt the internode-communication with SSL/TLS, which requires a full cluster restart. For more information about this requirement and the associated bootstrap check, see <>. +WARNING: The format used for the internal indices used by Kibana and {xpack} +has changed in 6.x. These internal indices have to be +{stack-ref}/upgrading-elastic-stack.html#upgrade-internal-indices[upgraded] +before the rolling upgrade procedure can start, otherwise upgraded nodes will +refuse to join the cluster. + To perform a rolling upgrade: . *Disable shard allocation*. From 4afd710dfb15856b4353d676b5e2f43f781c8ea3 Mon Sep 17 00:00:00 2001 From: Albert Zaharovits Date: Mon, 7 Jan 2019 13:52:43 +0200 Subject: [PATCH 2/2] clarification --- docs/reference/upgrade/rolling_upgrade.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/upgrade/rolling_upgrade.asciidoc b/docs/reference/upgrade/rolling_upgrade.asciidoc index afbb8d2ed29ae..dff3895ac4c1d 100644 --- a/docs/reference/upgrade/rolling_upgrade.asciidoc +++ b/docs/reference/upgrade/rolling_upgrade.asciidoc @@ -19,9 +19,9 @@ SSL/TLS, which requires a full cluster restart. For more information about this requirement and the associated bootstrap check, see <>. WARNING: The format used for the internal indices used by Kibana and {xpack} -has changed in 6.x. These internal indices have to be -{stack-ref}/upgrading-elastic-stack.html#upgrade-internal-indices[upgraded] -before the rolling upgrade procedure can start, otherwise upgraded nodes will +has changed in 6.x. When upgrading from 5.6 to 6.x, these internal indices have +to be {stack-ref}/upgrading-elastic-stack.html#upgrade-internal-indices[upgraded] +before the rolling upgrade procedure can start. Otherwise the upgraded node will refuse to join the cluster. To perform a rolling upgrade: