Aller au contenu

BackupPartiallyFailed#

This alert is meant to see if there is partial failure in any of backups launched.

Solutions#

  • See the description of backups using : velero describe backups <backup-name>

Example :

toolbox install velero
velero backup get (List Backups)
velero backup describe gitea-daily-schedule-20201123020047 (exp: description of specific backups)
velero backup logs gitea-daily-schedule-20201123020047 ( Retrieve Backup Logs )
velero schedule get (List schedule)

  • Check if velero's pods are running : kubectl get pod -n velero

  • Launch the backups to see if the problem persists - see alert BackupFailed