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
Describe the problem auto backup job completed,mysql operator container have error log。the error log info as follow:
2022-08-22T14:29:00.000+0800 ERROR controller-runtime.manager.controller.mysqlcluster.controllers.backupCronJob failed getting backups {"reconciler group": "mysql.radondb.com", "reconciler kind": "MysqlCluster", "name": "sample", "namespace": "default", "selector": {"LabelSelector":[{},{}],"FieldSelector":{},"Namespace":"default","Limit":0,"Continue":"","Raw":null}, "error": "Index with name field:status.completed does not exist"} github.com/radondb/radondb-mysql-kubernetes/backup.(*CronJob).Run /workspace/backup/cronbackup.go:44 github.com/wgliang/cron.(*Cron).runWithRecovery
To Reproduce
1.create mysql cluster 2.auto nfs backup job,the parameter configuration:
nfsServerAddress: "10.96.99.232" backupSchedule: "0 10 * * * *"
Expected behavior
Environment:
The text was updated successfully, but these errors were encountered:
Because the recurrent: "true" is missing
recurrent: "true"
Sorry, something went wrong.
controller: fix the bug missing label of recurrent radondb#664
a98a594
Merge pull request #665 from acekingke/fixMissLable
8770b15
controller: fix the bug missing label of recurrent #664
acekingke
Successfully merging a pull request may close this issue.
Describe the problem
auto backup job completed,mysql operator container have error log。the error log info as follow:
To Reproduce
1.create mysql cluster
2.auto nfs backup job,the parameter configuration:
Expected behavior
Environment:
The text was updated successfully, but these errors were encountered: