0.90.1 upgrade from 0.90.0

Can I upgrade to 0.90.1 from 0.90.0 while keeping the cluster running?
i.e. remove one node, upgrade it, put it back in the cluster? Given they
are different Lucene versions, I wasn't sure.

Thanks!
Andy O

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

yes you can, just a note that if you use the DFS search type, the searches will break during the upgrade because of the bug fix and we couldn't make it backward comparable.

also, to reduce shard dance, you can disable allocation (using the cluster update settings API), restart a node to the new version, and then re-enable allocation

On May 31, 2013, at 4:48 PM, Andrew Ochsner aochsner@cs.stanford.edu wrote:

Can I upgrade to 0.90.1 from 0.90.0 while keeping the cluster running? i.e. remove one node, upgrade it, put it back in the cluster? Given they are different Lucene versions, I wasn't sure.

Thanks!
Andy O

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.