You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand from the restore-cluster.py file that running a restore of a cluster using sstableloader requires the deletion of the previous data.
However, is it really needed ?
Also, is it really needed to delete all the keyspaces if we wish to restore only one keyspace or one table ?
The text was updated successfully, but these errors were encountered:
It's the approach we've taken from the start. We could support single table/keyspace restores for in place restores, and probably have a ticket for this. It could work as well for sstableloader, but there's a requirement for the table/keyspace to exist in the schema already which needs to be checked or handled.
Project board link
Hi,
I understand from the restore-cluster.py file that running a restore of a cluster using sstableloader requires the deletion of the previous data.
However, is it really needed ?
Also, is it really needed to delete all the keyspaces if we wish to restore only one keyspace or one table ?
The text was updated successfully, but these errors were encountered: