Re: Tick Tock version numbers

2016-06-14 Thread Tyler Hobbs
On Mon, Jun 13, 2016 at 11:59 AM, Francisco Reyes  wrote:

>
>
> Can I upgrade them to 3.6 from 3.2? Or is it advisable to upgrade to each
> intermediary version?
>

You can (and should) upgrade directly to 3.6 or 3.7.  The 3.7 release is
just 3.6 + bugfixes.


>
> Based on what I have gather seems like it is matter of:
> bring node down
> install new version
> bring up
> run nodetool upgradesstables -a
>

For upgrades within the 3.x line, you don't need to run upgradesstables.
Other than that, this is correct.


-- 
Tyler Hobbs
DataStax 


Tick Tock version numbers

2016-06-13 Thread Francisco Reyes

I have a small, 3 machine, cluster with 3.2.1

Can I upgrade them to 3.6 from 3.2? Or is it advisable to upgrade to 
each intermediary version?


Based on what I have gather seems like it is matter of:
bring node down
install new version
bring up
run nodetool upgradesstables -a

Is that the correct process?