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

[Feature Request] Allow to restore keyspaces in a live cluster #18

Closed
cscetbon opened this issue Apr 27, 2020 · 2 comments
Closed

[Feature Request] Allow to restore keyspaces in a live cluster #18

cscetbon opened this issue Apr 27, 2020 · 2 comments

Comments

@cscetbon
Copy link

In order for CassKop to start using the sidecar we would need to be able to restore all tables in a keyspace or a list of keyspaces in a live cluster. The restore should be simple to implement after #17

@smiklosovic
Copy link
Collaborator

Yes this should be simple, we can look at this problem not as this one is the extension of the table restoration but that this one is the generalisation of the restoration and table case is just its specific case.

This will be more straightforward if we restore from a snapshot we backed up. In other words, we would extend the logic in table case to all tables in a keyspace / in all tables in a snapshot we backed up. It would be quite problematic to restore from two snapshots in one run. It would be just easier to do two restores in a row, each per keyspace but just in case our snapshot we restore from does not contain tables from both keyspaces already.

@cscetbon
Copy link
Author

cscetbon commented May 3, 2020

Yes I had in mind to restore from a specific snapshot (provided or last one) but not from multiple snapshots at once

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants