RE: Backup restore with a different name

2016-11-03 Thread Michael Laws
Hi Jens – I put together a couple of simple scripts a couple of years ago that might do exactly what you need. These leverage nodetool snapshot and sstableloader to create keyspace snapshots, collect up all the necessary SSTable files in an easy-to-move file, rename the keyspace, restore it to the

RE: Export/Importing keyspace from a different sized cluster

2016-09-19 Thread Michael Laws
I put together a shell wrapper around nodetool/sstableloader that I’ve been running for the past few years – https://github.com/AppliedInfrastructure/cassandra-snapshot-tools Always seemed to work well for these kinds of scenarios… Never really had to think about where SSTables were on the filesy