Guidelines around upgrade and availability

Hi,

I run a 3 node cluster handling a TB of data, with search queries coming in.
How do I upgrade to higher versions of elastic search while maintaining the availability of the service in mind ?

I run on Windows Azure currently (XL VMs) Elastic search version : 0.90.0

Thanks,
Ashwin

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hey,

when upgrading minor versions (from 0.90.0 to 0.90.1) you can do rolling
upgrades, where you go machine-by-machine. If this deems to unsafe to your
system, another alternative is to copy your data and start a fresh cluster,
run them in parallel and then switch. And obivously there is the method
involving a full stop of the cluster, then installing the new version and
start it up again...

Please make sure you read the release notes for each version you want to
upgrade to as well.

Hope this answers you question (didnt get too much into details), so feel
free to ask further.

--Alex

On Tue, Sep 24, 2013 at 6:57 PM, R Ashwin Sathya
ashwin.sathya@outlook.comwrote:

Hi,

I run a 3 node cluster handling a TB of data, with search queries coming
in.
How do I upgrade to higher versions of Elasticsearch while maintaining
the availability of the service in mind ?

I run on Windows Azure currently (XL VMs) Elastic search version : 0.90.0

Thanks,
Ashwin

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.