Skip to content

Commit

Permalink
[DOCS] Clarified that you must remove X-Pack plugin when upgrading fr…
Browse files Browse the repository at this point in the history
…om pre-6.3. (#32016)
  • Loading branch information
debadair authored and nik9000 committed Oct 17, 2018
1 parent e4184bc commit 14b305c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 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
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

0 comments on commit 14b305c

Please sign in to comment.