Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions regarding cluster-restore using sstableloader #789

Closed
Eclion opened this issue Jul 8, 2024 · 2 comments
Closed

Questions regarding cluster-restore using sstableloader #789

Eclion opened this issue Jul 8, 2024 · 2 comments
Labels
done Issues in the state 'done'

Comments

@Eclion
Copy link

Eclion commented Jul 8, 2024

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 ?

@adejanovski
Copy link
Contributor

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.

@Eclion
Copy link
Author

Eclion commented Jul 9, 2024

Understood.
Thank you for your answer!

@Eclion Eclion closed this as completed Jul 9, 2024
@github-project-automation github-project-automation bot moved this to Done in K8ssandra Jul 9, 2024
@adejanovski adejanovski added the done Issues in the state 'done' label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Issues in the state 'done'
Projects
None yet
Development

No branches or pull requests

2 participants