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

Dump tokens after Cassandra started #217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

charliechang
Copy link

Hi
In order to make IT compliance we need to perform backup/restore for our Cassandra cluster.
In this document: Restoring a snapshot into a new cluster, it mentioned that we need to dump tokens in order to recover from a snapshot.

The idea is that we can dump the token after Cassandra started in data folder (Saying that /var/lib/cassandra/metadata) and we take the EBS snapshots. So that in the new cluster, we can attach the EBS volume (which created from the snapshot) and find this file in data folder.

Another way is that we can manually dump the tokens whenever new cluster / nodes are added, but we think this way is more error-prone since people may forget to do it.

Author: [email protected]

@a1exsh
Copy link
Collaborator

a1exsh commented Aug 24, 2018

Hello @charliechang!

Sorry for the late reply. We are currently investigating backup/restore approach based on use of EBS snapshots. If that would cover you needs, we don't need to dump the tokens.

Please contact me directly if you would like to join the discussion/research.

Thank you.

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

Successfully merging this pull request may close these issues.

2 participants