From e35cf8845d72656477cd547189e1b917eb27bc16 Mon Sep 17 00:00:00 2001 From: Nolan Brubaker Date: Fri, 3 May 2019 15:55:30 -0400 Subject: [PATCH] Add note about backups stuck InProgress Signed-off-by: Nolan Brubaker --- docs/troubleshooting.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index ff2be30ea..18df6fa10 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -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 -n `. +Backups in the `InProgress` phase have not uploaded any files to object storage. + [1]: debugging-restores.md [2]: debugging-install.md