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

[RFE] Create a cronjob to run backups #818

Open
git-hyagi opened this issue Dec 1, 2022 · 0 comments
Open

[RFE] Create a cronjob to run backups #818

git-hyagi opened this issue Dec 1, 2022 · 0 comments
Labels
enhancement New feature or request go-alpha Go-based operator issues prio-list Issue with high priority and no assigners

Comments

@git-hyagi
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Kubernetes has the cronjob resource that runs a job periodically on a given schedule. We could use it to schedule Pulp backups.

Describe the solution you'd like
The operator could create a k8s cronjob resource that would create a PulpBackup instance to periodically run a backup and delete it as soon as the backup finishes.

Additional context
We would probably need to also modify the backup controller implementation to keep different "versions" of files based on the data they were copied. Which, maybe, would also need to create another cronjob resource to rotate old backups!?

@git-hyagi git-hyagi added enhancement New feature or request go-alpha Go-based operator issues labels Dec 1, 2022
@fao89 fao89 added the prio-list Issue with high priority and no assigners label Dec 1, 2022
git-hyagi added a commit to git-hyagi/pulp-operator that referenced this issue Oct 2, 2023
git-hyagi added a commit to git-hyagi/pulp-operator that referenced this issue Oct 2, 2023
git-hyagi added a commit that referenced this issue Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go-alpha Go-based operator issues prio-list Issue with high priority and no assigners
Projects
None yet
Development

No branches or pull requests

2 participants