33
44[partintro]
55--
6+ ifeval::["{release-state}"!="released"]
7+ [[upgrade-pre-release]]
8+ IMPORTANT: This documentation is for a pre-release of {es} {minor-version}.
9+ Upgrades from pre-release builds are not supported and
10+ could result in errors or data loss.
11+ If you upgrade from a released version to a pre-release verion for testing,
12+ discard the contents of the cluster when you are done.
13+ Do not attempt to upgrade to the final release.
14+ endif::[]
15+
616{es} can usually be upgraded using a <<rolling-upgrades,Rolling upgrade>>
717process so upgrading does not interrupt service. Rolling upgrades are supported:
818
@@ -16,7 +26,7 @@ endif::[]
1626
1727[TIP]
1828====
19- For rolling upgrades between major versions (e.g., 5.6 to 6.8) , we recommend
29+ For rolling upgrades between major versions, we recommend
2030using the {kibana-ref}/upgrade-assistant.html[Kibana Upgrade Assistant].
2131
2232The upgrade assistant identifies deprecated settings in your cluster and guides
@@ -26,7 +36,9 @@ We also recommend checking your <<deprecation-logging,deprecation logs>> for any
2636other functionality that may have changed.
2737====
2838
29- The following table shows the recommended upgrade paths to {version}.
39+ [discrete]
40+ [[upgrade-paths]]
41+ === Upgrade paths to {version}
3042
3143[cols="<1,3",options="header",]
3244|====
@@ -69,12 +81,18 @@ To upgrade directly to {version} from 6.7 or earlier, you must shut down the
6981cluster, install {version}, and restart. For more information, see
7082<<restart-upgrade, Full cluster restart upgrade>>.
7183
72- [WARNING]
73- ====
84+ [discrete]
85+ [[upgrade-downgrade]]
86+ === Downgrades
87+
7488In-place downgrades to earlier versions are *not* supported. To downgrade to an
7589earlier version, <<snapshots-restore-snapshot,restore a snapshot>> taken prior
7690to the version upgrade.
77- ====
91+
92+
93+ [discrete]
94+ [[upgrade-index-compatibility]]
95+ === Index compatibility
7896
7997{es} can read indices created in the previous major version. If you
8098have indices created in 5.x or before, you must reindex or delete them
@@ -87,17 +105,11 @@ When upgrading to a new version of {es}, you need to upgrade each
87105of the products in your Elastic Stack. For more information, see the
88106{stack-ref}/upgrading-elastic-stack.html[Elastic Stack Installation and Upgrade Guide].
89107
90- ifeval::["{release-state}"!="released"]
91- [[upgrade-pre-release]]
92- NOTE: This documentation is for {es} version {version}, which is not yet
93- released. You may run a pre-release build of {es} for testing, and you may
94- upgrade from an earlier released version to a pre-release build of {es}
95- {version} if permitted by the compatibility table above, but upgrading from a
96- pre-release build to another build (whether released or not) is unsupported.
97- Upgrading a pre-release build may result in errors or may appear to succeed
98- having silently lost some data. You should discard the contents of a cluster
99- running a pre-release build before using a different build.
100- endif::[]
108+ [discrete]
109+ [[upgrade-fips-java17]]
110+ === FIPS Compliance and Java 17
111+
112+ include::{xes-repo-dir}/security/fips-java17.asciidoc[]
101113
102114--
103115
0 commit comments