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

[mysqldump] Upload to GoogleStorageBucket should not do deletion #102

Open
elwood218 opened this issue Jan 31, 2022 · 1 comment
Open

[mysqldump] Upload to GoogleStorageBucket should not do deletion #102

elwood218 opened this issue Jan 31, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@elwood218
Copy link

Describe the bug
At the moment the script for uploading to GoogleStorageBucket is using the "-d" option so the files in the bucket get deleted! Instead this should be done by the Lifycycle management of the Google Storage Bucket.

Version of Helm and Kubernetes:
not relevant

Helm Version:
not relevant

Kubernetes Version:

not relevant

Which version of the chart:
4.0.2

What happened:
Files get deleted by rsync command.

What you expected to happen:
Files should not get deleted or at least this should be editable.
Then I could use "housekeeping" that my PVC will not grow size and also use the GCP "lifecycle" to manage how many backup files I want to keep in the Google Storage Bucket.

How to reproduce it (as minimally and precisely as possible):

<~--
This could be something like:

values.yaml (only put values which differ from the defaults)

key: value
helm install my-release {{ .GitHubOrg }}/name-of-chart --version version --values values.yaml

-->

Anything else we need to know:

@elwood218 elwood218 added the bug Something isn't working label Jan 31, 2022
@elwood218
Copy link
Author

Is this project maintained anymore?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant