-
Notifications
You must be signed in to change notification settings - Fork 294
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
Is it possible to use priam only for backup? #649
Comments
@darkpssngr you can set Priam to not start C* using configuration - Ensure your backup configurations are pointing correctly and then it should be able to take backups. Note that I have not personally tested this so you might have to give it a try and see if there is anything which is still broken. Apart from this, there is already a PR from @zmarios in #626 and #623 which actually adds support for vnodes. We will review it and change our infra accordingly before merging to main branch. |
Sorry, I didn't get it. Are you saying I should set up the whole cluster with priam and just set priam.cass.manual.start.enable to true and supply my own cassandra.yaml so that it can still use vnodes? |
Yes, you need to set up the entire cluster with Priam as it can only do the backup on the nodes/instances where it is installed.
|
The reason I wanted to add vnode support was purely for backup/restore also @darkpssngr . Some other things I learned along the way:
|
@arunagrawal84 and @zmarois Thanks for the inputs. Since our cluster is going to be a small one 5-6 nodes. We've decided to just use ebs snapshots for now. Do you see any problems with that? |
Since Priam does not support vnodes today. I'm planning to maintain the cluster without priam. But is it possible to use Priam only for taking backups?
Thanks in advance.
The text was updated successfully, but these errors were encountered: