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

allow to add extra volumes in cockroachdb pods #182

Open
fredleger opened this issue Sep 29, 2021 · 1 comment
Open

allow to add extra volumes in cockroachdb pods #182

fredleger opened this issue Sep 29, 2021 · 1 comment

Comments

@fredleger
Copy link

Use case

We need to take backups of cockroachdb (like everybody spould) and export them to an external repository
For doing so we want to use tanzu/velero project.

Analysis

Since there is no other volumes tahn datadir and certs there is not good candidate to dump the databases.
We could have been end up using datadir but this meens to sync also the real data files of cockroachdb which is both not needed and a ressource exausting

Solution

We can allow to pass extra volumes to STS pods in order to have an easy way to backup our dbs
This can also be used for other use cases since this is quite a generic approach
Seems to be the way taken for a lot helm charts of the community, especially bitnami ones so it can be considered as a good practice

@udnay
Copy link
Collaborator

udnay commented Oct 18, 2021

@piyush-singh thoughts on this? This would be an enhancement and probably not something we'd want to support with the operator.

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 a pull request may close this issue.

2 participants