elastic / elasticsearch-migration

This plugin will help you to check whether you can upgrade directly to the next major version of Elasticsearch, or whether you need to make changes to your data and cluster before doing so.
290 stars 32 forks source link

Plugin for 1.x to 5.x #100

Closed amazinganshul closed 7 years ago

amazinganshul commented 7 years ago

Looking at the timelines for the support that will be there for 2.x version(till next year February), also we are using version 1.7.4 and are analyzing on moving to 2.x or 5.x, wanted to know if there is any plugin for checking migration from 1.x to 5.x?

clintongormley commented 7 years ago

No there isn't, and you can't upgrade your indices directly from 1.x to 5.x. You will need to reindex them in 2.x first. One alternative is to go to 5.x and use reindex-from-remote to import your indices from the 1.x cluster.