Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Clarified that you must remove X-Pack plugin when upgrading #32016

Merged
merged 1 commit into from
Jul 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/reference/upgrade/cluster_restart.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ include::set-paths-tip.asciidoc[]
Use the `elasticsearch-plugin` script to install the upgraded version of each
installed Elasticsearch plugin. All plugins must be upgraded when you upgrade
a node.
+
include::remove-xpack.asciidoc[]

. *Start each upgraded node.*
+
Expand Down Expand Up @@ -91,7 +93,7 @@ already have local shard copies.
+
--
When all nodes have joined the cluster and recovered their primary shards,
reenable allocation by restoring `cluster.routing.allocation.enable` to its
reenable allocation by restoring `cluster.routing.allocation.enable` to its
default:

[source,js]
Expand Down Expand Up @@ -123,4 +125,4 @@ GET _cat/recovery
// CONSOLE
--

. *Restart machine learning jobs.*
. *Restart machine learning jobs.*
4 changes: 4 additions & 0 deletions docs/reference/upgrade/remove-xpack.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
IMPORTANT: If you use {xpack} and are upgrading from a version prior to 6.3,
remove {xpack} before restarting: `bin/elasticsearch-plugin remove x-pack`. As
of 6.3, {xpack} is included in the default distribution. The node will fail to
start if the old {xpack} plugin is present.
4 changes: 3 additions & 1 deletion docs/reference/upgrade/rolling_upgrade.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ include::set-paths-tip.asciidoc[]
Use the `elasticsearch-plugin` script to install the upgraded version of each
installed Elasticsearch plugin. All plugins must be upgraded when you upgrade
a node.
+
include::remove-xpack.asciidoc[]

. *Start the upgraded node.*
+
Expand Down Expand Up @@ -144,7 +146,7 @@ for each node that needs to be updated.

--

. *Restart machine learning jobs.*
. *Restart machine learning jobs.*

[IMPORTANT]
====================================================
Expand Down