Hello,
I am working on the exercise of Backup and restore of DSE 210.
I created backup snapshot as per the exercise on below path:
ubuntu@ds210-node1:/$ sudo sh -c 'ls -al /var/lib/cassandra/data/killr_video/user_by_email-*/snapshots/' total 12 drwxr-xr-x 3 cassandra cassandra 4096 Sep 6 14:00 . drwxr-xr-x 4 cassandra cassandra 4096 Sep 6 13:56 .. drwxr-xr-x 2 cassandra cassandra 4096 Sep 6 13:36 1630935377857 ubuntu@ds210-node1:/$
I tried to Restore using sstable loader comand as below and output is as below:
Established connection to initial hosts Opening sstables and calculating sections to stream Summary statistics: Connections per host : 1 Total files transferred : 0 Total bytes transferred : 0.000KiB Total duration : 3668 ms Average transfer rate : 0.000KiB/s Peak transfer rate : 0.000KiB/s
I can see no files are transfereed
and when I check the files on data directory , there no files restored also:
ubuntu@ds210-node1:/$ sudo sh -c 'ls -al /var/lib/cassandra/data/killr_video/user_by_email-*/' total 16 drwxr-xr-x 4 cassandra cassandra 4096 Sep 6 13:56 . drwxr-xr-x 3 cassandra cassandra 4096 Aug 13 16:26 .. drwxr-xr-x 2 cassandra cassandra 4096 Aug 13 16:26 backups drwxr-xr-x 3 cassandra cassandra 4096 Sep 6 14:00 snapshots ubuntu@ds210-node1:/$
Please help me on this