How to use sstableloader in ScyllaDB docker container

Installation details
#ScyllaDB version: scylladb/scylla:latest
#Cluster size:
os (RHEL/CentOS/Ubuntu/AWS AMI):

Hello

I guess I’m just to dumb to see it. How can I use/start sstableloader inside the scylla-Container?

Can someone please help me out?

Thanks in advance!
daprodigy

Which version of ScyllaDB are you using?
Note that we have deprecated and removed sstableloader in ScyllaDB 6.1. We recommend that you use nodetool refresh --load-and-stream to load SSTables into the cluster instead.

1 Like

Hello

Thank you very much for the answer.

So what are the basic steps for a cold migration from Cassandra to ScyllaDB?

I put all the .db-Files from the Cassandra-Snapshot to the import-Folder of the appropriate Table in ScyllaDB. After running nodetool refresh --load-and-stream the files in the import-Folder were removed but select count() still returns 0.

Thank you,
daprodigy

Is there anything in the ScyllaDB logs? Does the table you import the data to have sstables after the import?