File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ include::set-paths-tip.asciidoc[]
47
47
Use the `elasticsearch-plugin` script to install the upgraded version of each
48
48
installed Elasticsearch plugin. All plugins must be upgraded when you upgrade
49
49
a node.
50
+ +
51
+ include::remove-xpack.asciidoc[]
50
52
51
53
. *Start each upgraded node.*
52
54
+
@@ -91,7 +93,7 @@ already have local shard copies.
91
93
+
92
94
--
93
95
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
95
97
default:
96
98
97
99
[source,js]
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[]
53
53
Use the `elasticsearch-plugin` script to install the upgraded version of each
54
54
installed Elasticsearch plugin. All plugins must be upgraded when you upgrade
55
55
a node.
56
+ +
57
+ include::remove-xpack.asciidoc[]
56
58
57
59
. *Start the upgraded node.*
58
60
+
@@ -144,7 +146,7 @@ for each node that needs to be updated.
144
146
145
147
--
146
148
147
- . *Restart machine learning jobs.*
149
+ . *Restart machine learning jobs.*
148
150
149
151
[IMPORTANT]
150
152
====================================================
You can’t perform that action at this time.
0 commit comments