-
Notifications
You must be signed in to change notification settings - Fork 388
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
Taking dkron backup for large setups #1320
Comments
cc: @vcastellm , @yvanoers |
Any suggestions anyone on this ? |
Hey @nikunj-badjatya high volume use case here, your scripts looks good:
what Taking a disk snapshot can be a good alternative in this case. Currently there's not other way of taking a backup from Dkron.
|
Space. 100's of MBs.
Okay.
We are running single pod statefulset, backed by PVC, deployed in K8S cluster. There are some 150K schedules in it.
Jobs are created via API. Source of truth is data stored in MongoDB. |
Is your feature request related to a problem? Please describe.
https://gist.github.com/pjz/94f4bd81a0897fd64db44593078e2156
Shows how to take a backup.
Our dkron setup has >100K schedules in it.
When we execute curl like this, it takes minutes to complete the request and output file is also 10s sometimes 100s of MBs.
Describe the solution you'd like
What are other ways to take backup efficiently ? Please advise.
Describe alternatives you've considered
Disk snapshot
Additional context
None.
The text was updated successfully, but these errors were encountered: