backup fails with cipher error, why? #8362
Unanswered
ccna2ccda
asked this question in
Community support Q&A
Replies: 3 comments 4 replies
-
The repo data is encrypted automatically, this error means the decryption failed. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes
Most probably yes, but that depends on how many data have been changed since the last backup. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
The scheduled backup throws errors in the log files. Many are similar to the one below. What does the error mean? The velero was upgraded from 1.3 to 1.4 recently. The indexes mentioned below are the data managed by velero, is it correct?
A few more questions:
time="2024-10-29T15:57:44Z" level=error msg="Error backing up item" backup=velero/sch-backup-sg39-prod-daily-20241029155734 error="failed to wait BackupRepository, errored early: backup repository is not ready: error to connect to backup repo: error to connect repo with storage: error to connect to repository: unable to create shared content manager: error loading indexes: error downloading indexes: error loading index blob xn27_eff9305fc39188c550929763f5be4be0-sd9daa255909ca8fb12d-c1: decrypt blob: error decrypting BLOB xn27_eff9305fc39188c550929763f5be4be0-sd9daa255909ca8fb12d-c1: unable to decrypt content: cipher: message authentication failed" error.file="/go/src/github.com/vmware-tanzu/velero/pkg/repository/backup_repo_op.go:83" error.function=github.com/vmware-tanzu/velero/pkg/repository.GetBackupRepository logSource="pkg/backup/backup.go:510" name=pod0
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions