Upgrading elasticsearch from 0.20.5 to 0.90.0 -


i have 5 node 0.20.5 elasticsearch cluster, replicas set 2, shards set 5 , around 70 million documents upgrade 0.90.0

i can't seem find definitive instructions upgrading, thinking along these lines:

  1. issue cluster shutdown:

    curl -xpost 'http://localhost:9200/_cluster/nodes/_local/_shutdown'

  2. upgrade each of nodes using 0.90.0 deb package

    dpkg -i elasticsearch-0.20.5.deb

  3. start elasticsearch on each of nodes:

    /etc/init.d/elasticsearch start

should @ changing of these settings prior?

gateway.recover_after_nodes

gateway.recover_after_time

gateway.expected_nodes

cheers!


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -