upgrade.asciidoc 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [[setup-upgrade]]
  2. = Upgrade {es}
  3. {es} clusters can usually be upgraded one node at a time so upgrading does not
  4. interrupt service. For upgrade instructions, refer to
  5. {stack-ref}/upgrading-elastic-stack.html[Upgrading to Elastic {version}].
  6. .Upgrade from 7.x
  7. IMPORTANT: To upgrade to {version} from 7.16 or an earlier version, **you must
  8. first upgrade to {prev-major-last}**, even if you opt to do a full-cluster
  9. restart instead of a rolling upgrade. This enables you to use the **Upgrade
  10. Assistant** to identify and resolve issues, reindex indices created before 7.0,
  11. and then perform a rolling upgrade. You must resolve all critical issues before
  12. proceeding with the upgrade. For instructions, refer to
  13. {stack-ref}/upgrading-elastic-stack.html#prepare-to-upgrade[Prepare to upgrade
  14. from 7.x].
  15. [discrete]
  16. [[upgrade-index-compatibility]]
  17. === Index compatibility
  18. {es} can read indices created in the previous major version. If you
  19. have indices created in 6.x or earlier, you must reindex or delete them
  20. before upgrading to {version}. {es} nodes will fail to start if
  21. incompatible indices are present. Snapshots of 6.x or earlier indices cannot be
  22. restored to a 8.x cluster even if they were created by a 7.x cluster.
  23. The **Upgrade Assistant** in {prev-major-last} identifies any indices
  24. that need to be reindexed or removed.
  25. [discrete]
  26. [[upgrade-rest-api-compatibility]]
  27. === REST API compatibility
  28. <<rest-api-compatibility,REST API compatibility>> is a per-request opt-in
  29. feature that can help REST clients mitigate non-compatible (breaking) changes to
  30. the REST API.
  31. [discrete]
  32. [[upgrade-fips-java17]]
  33. === FIPS Compliance and Java 17
  34. include::{xes-repo-dir}/security/fips-java17.asciidoc[]
  35. include::upgrade/archived-settings.asciidoc[]