0
votes

I have 3 node Cassandra cluster in production with replication factor 2, currently, I am taking the snapshots of this production cluster using "nodetool snapshot" and copying all snapshot directory to s3.

Now I need to restore this snapshot backup on s3 to dev 1 node Cassandra cluster.

1

1 Answers

0
votes

Yes. You can restore data from snapshot to a node using sstableloader. Refer the link to know about sstableloader usage

https://docs.datastax.com/en/cassandra/3.0/cassandra/operations/opsBackupSnapshotRestore.html