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

Correct versions? #118

Closed peebles closed 6 years ago

peebles commented 6 years ago
# ./bin/elasticsearch --version
Version: 5.6.8, Build: 688ecce/2018-02-16T16:46:30.010Z, JVM: 1.8.0_151

# ./bin/plugin --help
bash: ./bin/plugin: No such file or directory

# ./bin/elasticsearch-plugin --help
A tool for managing installed elasticsearch plugins
(...)

# ./bin/elasticsearch-plugin install https://github.com/elastic/elasticsearch-migration/releases/download/v2.0.4/elasticsearch-migration-2.0.4.zip
-> Downloading https://github.com/elastic/elasticsearch-migration/releases/download/v2.0.4/elasticsearch-migration-2.0.4.zip
[=================================================] 100%   
ERROR: `elasticsearch` directory is missing in the plugin zip
jakommo commented 6 years ago

Hey @peebles , this plugin is only compatible with Elasticsearch 1.x and 2.x, for >=5.x you can use the upgrade assistant. You might also be interested in having a look at the interactive upgrade guide: https://www.elastic.co/products/upgrade_guide