Skip to content

Commit 5525cb1

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

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

docs/reference/upgrade/cluster_restart.asciidoc

Lines changed: 4 additions & 2 deletions
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]
@@ -123,4 +125,4 @@ GET _cat/recovery
123125
// CONSOLE
124126
--
125127

126-
. *Restart machine learning jobs.*
128+
. *Restart machine learning jobs.*
Lines changed: 4 additions & 0 deletions
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

Lines changed: 3 additions & 1 deletion
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)