index.asciidoc 721 B

12345678910111213141516171819202122232425
  1. [[breaking-changes]]
  2. = Breaking changes
  3. [partintro]
  4. --
  5. This section discusses the changes that you need to be aware of when migrating
  6. your application from one version of Elasticsearch to another.
  7. As a general rule:
  8. * Migration between minor versions -- e.g. `7.x` to `7.y` -- can be
  9. performed by <<rolling-upgrades,upgrading one node at a time>>.
  10. * Migration between consecutive major versions -- e.g. `6.x` to `7.x` --
  11. requires a <<restart-upgrade,full cluster restart>>.
  12. * Migration between non-consecutive major versions -- e.g. `5.x` to `7.x` --
  13. is not supported.
  14. For more information, see <<setup-upgrade>>.
  15. See also <<release-highlights>> and <<es-release-notes>>.
  16. --
  17. include::migrate_7_0.asciidoc[]