migrate_8_0.asciidoc 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. [[breaking-changes-8.0]]
  2. == Breaking changes in 8.0
  3. ++++
  4. <titleabbrev>8.0</titleabbrev>
  5. ++++
  6. This section discusses the changes that you need to be aware of when migrating
  7. your application to {es} 8.0.
  8. See also <<release-highlights>> and <<es-release-notes>>.
  9. coming[8.0.0]
  10. * <<breaking_80_notable>>
  11. * <<breaking_80_analysis_changes>>
  12. * <<breaking_80_discovery_changes>>
  13. * <<breaking_80_mappings_changes>>
  14. * <<breaking_80_snapshots_changes>>
  15. [float]
  16. [[breaking_80_notable]]
  17. === Notable changes
  18. // NOTE: The content in this section is also used in the Installation and Upgrade Guide.
  19. //tag::notable-breaking-changes[]
  20. [float]
  21. ==== Indices created before 7.0
  22. Elasticsearch 8.0 can read indices created in version 7.0 or above. An
  23. Elasticsearch 8.0 node will not start in the presence of indices created in a
  24. version of Elasticsearch before 7.0.
  25. [IMPORTANT]
  26. .Reindex indices from Elasticsearch 6.x or before
  27. =========================================
  28. Indices created in Elasticsearch 6.x or before will need to be reindexed with
  29. Elasticsearch 7.x in order to be readable by Elasticsearch 8.x.
  30. =========================================
  31. // end::notable-breaking-changes[]
  32. include::migrate_8_0/analysis.asciidoc[]
  33. include::migrate_8_0/discovery.asciidoc[]
  34. include::migrate_8_0/mappings.asciidoc[]
  35. include::migrate_8_0/snapshots.asciidoc[]