We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want to expand the existing configuration to allow it to specify backup parameters. Backing up Nebari includes the following:
backup location: <BACKUP LOCATION>> schedule: <CRON EXPRESSION> retention_period: <NUMBER OF DAYS>
There are several ways this can be achieved:
No response
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
BTW, I think you would use k8s Jobs instead of k8S Cronjobs. Also, one option to run things sequentially with k8s Jobs - https://stackoverflow.com/questions/40713573/how-to-run-containers-sequentially-as-a-kubernetes-job (haven't tried it myself, but worth a try)
Sorry, something went wrong.
Closing in favor of #2518
No branches or pull requests
Feature description
We want to expand the existing configuration to allow it to specify backup parameters.
Backing up Nebari includes the following:
Interface
Implementation
There are several ways this can be achieved:
2. Will need to custom build and maintain status, monitoring, and alerting.
Value and/or benefit
Anything else?
No response
Tasks
The text was updated successfully, but these errors were encountered: