Elasticsearch upgrade without service interruption?

If I have an elasticsearch installation at, say, version 0.90.3, and I want
to later upgrade to 0.90.2 or 0.91 or even 1.0, can that be done one node
at a time? So I can keep the cluster available during the upgrade?

Jim

--
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,

major version upgrades (as from 0.90 to 1.0) require a cluster restart.
Minor versions can be done in a rolling upgrade, one node at a time.
You might want to disable shard allocation during that. See

--Alex

On Wed, Oct 16, 2013 at 12:44 AM, Jim Fox fox.1949@gmail.com wrote:

If I have an elasticsearch installation at, say, version 0.90.3, and I
want to later upgrade to 0.90.2 or 0.91 or even 1.0, can that be done one
node at a time? So I can keep the cluster available during the upgrade?

Jim

--
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.