Merge pull request #1445 from nrb/inprogress-troubleshooting

Add note about backups stuck InProgress
This commit is contained in:
Steve Kriss
2019-05-03 15:34:38 -06:00
committed by GitHub
+5
View File
@@ -62,6 +62,11 @@ Here are some things to verify if you receive `SignatureDoesNotMatch` errors:
* Make sure your S3-compatible layer is using [signature version 4][5] (such as Ceph RADOS v12.2.7)
* For Ceph, try using a native Ceph account for credentials instead of external providers such as OpenStack Keystone
## Velero (or a pod it was backing up) restarted during a backup and the backup is stuck InProgress
Velero cannot currently resume backups that were interrupted. Backups stuck in the `InProgress` phase can be deleted with `kubectl delete backup <name> -n <velero-namespace>`.
Backups in the `InProgress` phase have not uploaded any files to object storage.
[1]: debugging-restores.md
[2]: debugging-install.md