Search code examples
cassandradatastaxdatastax-enterprisecassandra-3.0

What is the process to Degrade/rollback to datastax cassandra lower version?


I want to degrade my datastax cassandra enterprise version from 5.0.15 to 4.8.16 to list down the rollback process in case of any emergency.

Please help me to list down the process.


Solution

  • Before performing upgrade it's always recommended to perform backup of existing data, and if something went wrong, then you can restore data from snapshots - the precise steps will depend on how you did perform backup - via OpsCenter, or with nodetool snapshot.

    See DSE upgrade guide for additional information about upgrade.

    P.S. DataStax support's KB has very good article on the "manual" backup/restore - I recommend to follow it if you won't use OpsCenter for backup.