Skip to content

Commit de9cb1f

Browse files
debadairnik9000
authored andcommitted
[DOCS] Clarified that you must remove X-Pack plugin when upgrading from pre-6.3. (#32016)
1 parent af9acfb commit de9cb1f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/reference/upgrade/cluster_restart.asciidoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ include::set-paths-tip.asciidoc[]
4747
Use the `elasticsearch-plugin` script to install the upgraded version of each
4848
installed Elasticsearch plugin. All plugins must be upgraded when you upgrade
4949
a 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
--
9395
When 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
9597
default:
9698

9799
[source,js]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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.

docs/reference/upgrade/rolling_upgrade.asciidoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ include::set-paths-tip.asciidoc[]
5353
Use the `elasticsearch-plugin` script to install the upgraded version of each
5454
installed Elasticsearch plugin. All plugins must be upgraded when you upgrade
5555
a 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
====================================================

0 commit comments

Comments
 (0)