Skip to content

How do I restore schedule on another cluster? #3401

Discussion options

You must be logged in to vote

Backup storage locations (buckets essentially) can be shared by multiple Velero instances in different clusters. Schedules are per-cluster resources and refer to things within the cluster. We do not share schedules across clusters because this would force all clusters to have the same schedules.

You can extract the schedule yamls (schedules.velero.io resource in the Velero namespace) with kubectl and store them externally or even create them externally and keep them in something like git and apply them via kubectl.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jargals2
Comment options

@dsu-igeek
Comment options

Answer selected by dsu-igeek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants