Replies: 1 comment 2 replies
-
My thoughts: For multiple CronJobs, we can extend BackupPolicy so that we can define multiple schedules. For durable storage, we can also extend BackupPolicy to specify multiple storage buckets. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, MySQLCluster v1beta2 / backupPolicyName is *string thus we can only specify one backupPolicy for each MySQLCluster. However, in our use case, we'd like to specify multiple backupPolicies to support multiple CronJob of backup operation.
By implementing this feature, we can perform more durable backup like:
Do you have any future plan to implement this? Or, do you have any idea to implement this feature by user-side?
Beta Was this translation helpful? Give feedback.
All reactions