Skip to content

Latest commit

 

History

History
78 lines (67 loc) · 2.58 KB

migrate_7_0.asciidoc

File metadata and controls

78 lines (67 loc) · 2.58 KB

Breaking changes in 7.0

7.0

This section discusses the changes that you need to be aware of when migrating your application to Elasticsearch 7.0.

Indices created before 7.0

Elasticsearch 7.0 can read indices created in version 6.0 or above. An Elasticsearch 7.0 node will not start in the presence of indices created in a version of Elasticsearch before 6.0.

Important
Reindex indices from Elasticsearch 5.x or before

Indices created in Elasticsearch 5.x or before will need to be reindexed with Elasticsearch 6.x in order to be readable by Elasticsearch 7.x.