Skip to content

Add skipped restore error detail

James Fargher requested to merge restore_repository_skipped into master

This is another edge-case caused by not differentiating between non-existent and empty repositories. In this case we need to handle not being able to find a backup bundle in which case we may skip, depending on AlwaysCreate. Ultimately this would be fixed by gitlab#357044 (closed)

Until then, it is useful to respond in a way that isn't successful and isn't a full blown failure.

Merge request reports