During the product upgrade, delete any existing
scheduledbackups after pausing the backup-and-restore app.
kubectl patch app backup-and-restore --type='json' -p='[{"op": "replace", "path": "/spec/paused", "value": true}]' kubectl delete scheduledbackup --all