Skip to content
Snippets Groups Projects
Commit 099503d2 authored by Mustafa Bayar's avatar Mustafa Bayar
Browse files

backup: Handle NotFound for server-side

Local backup manager handles non existing repository cases gracefully
by writing empty manifest rather returning SKIPPED error. Same is not
happening for server-side backup because Praefect needs the repository
to exist in order to route the RPC. Therefore, we need to address this
case for the server-side adapter here, as a missing manifest causes
restores to fail.
parent c014a2a7
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment