Reputation: 31
I have 8 nodes in my cassandra cluster. Now I have upgraded cluster from cassandra 2.0.8 to release version of cassandra 2.1.0.
how can i upgrading cassandra to 2.1.0?
Upvotes: 0
Views: 3389
Reputation: 127
First check your upgrade compatibility: Cassandra upgrade for 2.1 version can be upgrade from cassandra-2.0.7 or later version.
Procedure:
Before doing all that for your safe side you can take snashots first.
Upvotes: 3
Reputation: 6667
Follow the documentation here:
http://www.datastax.com/documentation/upgrade/doc/upgrade/cassandra/upgradeCassandra_g.html
Upvotes: 1