I need to migrate a Cassandra keyspace’s data from a existing cluster to a new cluster. Both cluster are part of a commercial off-the-shell which have the same Cassandra version and schema.
The nodetool from Cassandra will help us to migrate the data from one cluster to the cluster.
1. Take snapshots
On the source Cassandra cluster, take a snapshot of each node.
You may stop the client to send data into the DB before that. I have the following magefile tasks to take the snapshot concurrently on the 3 nodes of the cassandra cluster.