schedule backup not stopped , even comment "backupSchedule" & "backupScheduleJobsHistoryLimit" in cluster yaml
cluster.yaml:
# backupSchedule: "0 0/1 * * * ?"
backupURL: s3://mysql-backup/
backupSecretName: backup-secret
# backupScheduleJobsHistoryLimit: 3
# backupRemoteDeletePolicy: delete
NAME AGE my-cluster-auto-2021-07-13t06-49-00 2m45s my-cluster-auto-2021-07-13t06-50-00 105s my-cluster-auto-2021-07-13t06-51-00 45s
check if the data in backupSecretName is right, please
@cndoit18 backup is normal, backup.tar stored in bucket
then i try to delete namespace where mysql-cluster deployed
but this three mysqlbackup cannot being deleted, cause namespace terminating, cannot deleted
now this 3 mysqlbackup cannot delete anymore,.....
{"severity":"ERROR","timestamp":"2021-07-13T08:12:29.758775929Z","logger":"kubebuilder.controller","message":"Reconciler error","controller":"mysqlbackup-controller","request":"mlgo-mysql/my-cluster-auto-2021-07-13t07-03-00","error":"MysqlCluster.mysql.presslabs.org "my-cluster" not found","stacktrace":"github.com/presslabs/mysql-operator/vendor/github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/src/github.com/presslabs/mysql-operator/vendor/github.com/go-logr/zapr/zapr.go:128\ngithub.com/presslabs/mysql-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/go/src/github.com/presslabs/mysql-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:217\ngithub.com/presslabs/mysql-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1\n\t/go/src/github.com/presslabs/mysql-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:158\ngithub.com/presslabs/mysql-operator/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1\n\t/go/src/github.com/presslabs/mysql-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133\ngithub.com/presslabs/mysql-operator/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil\n\t/go/src/github.com/presslabs/mysql-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:134\ngithub.com/presslabs/mysql-operator/vendor/k8s.io/apimachinery/pkg/util/wait.Until\n\t/go/src/github.com/presslabs/mysql-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88"}
This area does have some problems. Can you use the master branch to verify and see if it still have the problem
Hi, Any update?