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:
issue cluster shutdown:
curl -xpost 'http://localhost:9200/_cluster/nodes/_local/_shutdown'upgrade each of nodes using 0.90.0 deb package
dpkg -i elasticsearch-0.20.5.debstart 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
Post a Comment