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

[velero] Create Backups from Schedules #610

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

ricoberger
Copy link
Member

It is now possible to create a Velero backup from a schedule, similar to how it can be done via the --from-schedule flag in the Velero CLI.

For that a new button was added to the Velero schedules resources table (PlayArrow icon), which triggers an API call to the new /backup API endpoint. This endpoint implements a similar logic as the Velero CLI to create the backup from the selected schedule.

It is now possible to create a Velero backup from a schedule, similar to
how it can be done via the `--from-schedule` flag in the Velero CLI.

For that a new button was added to the Velero schedules resources table
(`PlayArrow` icon), which triggers an API call to the new `/backup` API
endpoint. This endpoint implements a similar logic as the Velero CLI to
create the backup from the selected schedule.
@ricoberger ricoberger added the changelog: changed Something was changed or updated label Feb 5, 2024
@ricoberger ricoberger merged commit adb9641 into main Feb 5, 2024
28 checks passed
@ricoberger ricoberger deleted the velero-create-backups-from-schedules branch February 5, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: changed Something was changed or updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant