PXC DB Backup errors consistently

PXC operator logs shows the below error every 5s.
The backup cron runs every 3 days as per the schedule but these logs show up consistently

"caller":"pxcbackup/controller.go:165","msg":"invalid backup cluster","error":"wrong cluster name: my-pxc-db","errorVerbose":"wrong cluster name: my-pxc-db
github.com/percona/percona-xtradb-cluster-operator/pkg/controller/pxcbackup.(*ReconcilePerconaXtraDBClusterBackup).getClusterConfig
\t/go/src/github.com/percona/percona-xtradb-cluster-operator/pkg/controller/pxcbackup/controller.go:412
github.com/percona/percona-xtradb-cluster-operator/pkg/controller/pxcbackup.(*ReconcilePerconaXtraDBClusterBackup).Reconcile
\t/go/src/github.com/percona/percona-xtradb-cluster-operator/pkg/controller/pxcbackup/controller.go:163
1 Like

Do you have your cluster defined as ‘my-pxc-db’ in your deployment?

1 Like

Yes. It is the same name in both the places. The backup seems to be happening at the scheduled time but this error in the PXC operator log is consistent.

Is it something with PXC operator processing the reconciliation request in queue repeatedly ?

1 Like

This says you have a configuration error in your deployment. Did you change the name afterwards? You might want to scrap and redeploy.

1 Like