1
1
[[setup-upgrade]]
2
2
= Upgrade {es}
3
3
4
- {es} clusters can usually be upgraded one node at a time so
5
- upgrading does not interrupt service. To upgrade to 8.0 or later,
6
- **you must first upgrade to {prev-major-last}**, even if you opt to
7
- do a full-cluster restart instead of a rolling upgrade.
8
-
9
- This enables you to use the **Upgrade Assistant** to identify and resolve issues,
10
- reindex indices created before 7.0, and then perform a rolling upgrade.
11
-
12
- You must resolve all critical issues before proceeding with the upgrade.
13
-
14
- For upgrade instructions, see {stack-ref}/upgrading-elastic-stack.html[Upgrading to Elastic {version}].
4
+ {es} clusters can usually be upgraded one node at a time so upgrading does not
5
+ interrupt service. For upgrade instructions, refer to
6
+ {stack-ref}/upgrading-elastic-stack.html[Upgrading to Elastic {version}].
7
+
8
+ .Upgrade from 7.x
9
+ IMPORTANT: To upgrade to {version} from 7.16 or an earlier version, **you must
10
+ first upgrade to {prev-major-last}**, even if you opt to do a full-cluster
11
+ restart instead of a rolling upgrade. This enables you to use the **Upgrade
12
+ Assistant** to identify and resolve issues, reindex indices created before 7.0,
13
+ and then perform a rolling upgrade. You must resolve all critical issues before
14
+ proceeding with the upgrade. For instructions, refer to
15
+ {stack-ref}/upgrading-elastic-stack.html#prepare-to-upgrade[Prepare to upgrade
16
+ from 7.x].
15
17
16
18
[discrete]
17
19
[[upgrade-index-compatibility]]
@@ -29,9 +31,9 @@ that need to be reindexed or removed.
29
31
[[upgrade-rest-api-compatibility]]
30
32
=== REST API compatibility
31
33
32
- REST API compatibility in a per-request opt-in feature that can help REST clients
33
- mitigate non compatible (breaking) changes to the REST API.
34
- See <<rest-api-compatibility>> for additional information .
34
+ <<rest-api-compatibility, REST API compatibility>> is a per-request opt-in
35
+ feature that can help REST clients mitigate non- compatible (breaking) changes to
36
+ the REST API .
35
37
36
38
[discrete]
37
39
[[upgrade-fips-java17]]
0 commit comments