MySQL Forums
Forum List  »  MySQL & Kubernetes

how to reset schedule backup?
Posted by: Bing Ma
Date: October 24, 2023 02:17AM

I create a cluster by helm, in the values.yaml, I set the schedule:
backupSchedules:
- name: schedule-ref
schedule: "*/2 * * * *"
deleteBackupData: false
backupProfileName: dump-instance-profile-pvc
enabled: false

but, if I change the schedule field after the cluster has started, it not work,it still backup every 2 minutes

Options: ReplyQuote


Subject
Written By
Posted
how to reset schedule backup?
October 24, 2023 02:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.