index.asciidoc 611 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 major versions -- e.g. `1.x` to `2.x` --
  9. requires a <<restart-upgrade,full cluster restart>>.
  10. * Migration between minor versions -- e.g. `1.x` to `1.y` -- can be
  11. performed by <<rolling-upgrades,upgrading one node at a time>>.
  12. See <<setup-upgrade>> for more info.
  13. --
  14. include::migrate_2_0.asciidoc[]
  15. include::migrate_1_x.asciidoc[]
  16. include::migrate_1_0.asciidoc[]