I'm running a multi-cluster Cassandra setup in the Production environment and I want to create a new environment for Staging.
I managed to create a snapshot of the Production Cassandra databases and restore successfully to the Staging environment. But I'm not sure how to change the Keyspace name when restoring a snapshot.
E.g: if the production Cassandra keyspace is "foo_prod", I want to create a snapshot of this and restore to new keyspaces named "foo_staging", "foo_dev", "foo_testing"