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
The automatic backup is set to once a second. The Operator container reports an error ,the error:
2022-09-06T10:03:48.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 /go/pkg/mod/github.com/wgliang/[email protected]/cron.go:251
To Reproduce
1.The automatic backup is set to once a second 2.create mysql cluster
Expected behavior
Environment:
The text was updated successfully, but these errors were encountered:
*: fix the bug status always empty till backup complete radondb#687
5eafe24
d398417
*: fix the bug status always empty till backup complete #687
daa8ce7
acekingke
Successfully merging a pull request may close this issue.
Describe the problem
The automatic backup is set to once a second. The Operator container reports an error ,the error:
To Reproduce
1.The automatic backup is set to once a second
2.create mysql cluster
Expected behavior
Environment:
The text was updated successfully, but these errors were encountered: