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

Migration Plugin Installation #64

Closed JoyceBabu closed 8 years ago

JoyceBabu commented 8 years ago

The documentation for installing the migration plugin says

To install, run the following command in your Elasticsearch home directory on a *nix system:

./bin/plugin install https://github.com/elastic/elasticsearch-migration/releases/download/v2.0-alpha3/elasticsearch-migration-2.0-alpha3.zip

But the plugin installed in v5.0.0-alpha4 is at ./bin/elasticsearch-plugin

When I run ./bin/elasticsearch-plugin install, I am getting the error

-> Downloading https://github.com/elastic/elasticsearch-migration/releases/download/v2.0-alpha3/elasticsearch-migration-2.0-alpha3.zip ERROR: elasticsearch directory is missing in the plugin zip

clintongormley commented 8 years ago

@JoyceBabu the documentation states that this plugin is intended to be installed on ES 2.3.x, not on ES 5.x. It's a checkup BEFORE you upgrade to 5.x