File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ include::set-paths-tip.asciidoc[]
4747Use the `elasticsearch-plugin` script to install the upgraded version of each
4848installed Elasticsearch plugin. All plugins must be upgraded when you upgrade
4949a node.
50+ +
51+ include::remove-xpack.asciidoc[]
5052
5153. *Start each upgraded node.*
5254+
@@ -91,7 +93,7 @@ already have local shard copies.
9193+
9294--
9395When all nodes have joined the cluster and recovered their primary shards,
94- reenable allocation by restoring `cluster.routing.allocation.enable` to its
96+ reenable allocation by restoring `cluster.routing.allocation.enable` to its
9597default:
9698
9799[source,js]
@@ -123,4 +125,4 @@ GET _cat/recovery
123125// CONSOLE
124126--
125127
126- . *Restart machine learning jobs.*
128+ . *Restart machine learning jobs.*
Original file line number Diff line number Diff line change 1+ IMPORTANT: If you use {xpack} and are upgrading from a version prior to 6.3,
2+ remove {xpack} before restarting: `bin/elasticsearch-plugin remove x-pack` . As
3+ of 6.3, {xpack} is included in the default distribution. The node will fail to
4+ start if the old {xpack} plugin is present.
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ include::set-paths-tip.asciidoc[]
5353Use the `elasticsearch-plugin` script to install the upgraded version of each
5454installed Elasticsearch plugin. All plugins must be upgraded when you upgrade
5555a node.
56+ +
57+ include::remove-xpack.asciidoc[]
5658
5759. *Start the upgraded node.*
5860+
@@ -144,7 +146,7 @@ for each node that needs to be updated.
144146
145147--
146148
147- . *Restart machine learning jobs.*
149+ . *Restart machine learning jobs.*
148150
149151[IMPORTANT]
150152====================================================
You can’t perform that action at this time.
0 commit comments