简体   繁体   中英

How to restore cassandra snapshot on a new single node cassandra

I have done a snapshot of one of the key space which has 10 column family. There are 10 snapshot folder under each of column family folder.i want to restore these snapshot in one the development server (single node).

How can i easily restore it on a development using sstanbleloader

Dev node is on a Windows 2012 Standard Server Prod is on a Windows 2012 Ent.Edition Server

You probably don't need to use sstableloader in this case. I think the most straightforward method would be the "Node restart method" described here .

There are plenty of details in the docs, but basically: stop the node, remove data files from data directories, and replace with snapshot files.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM