All error codes

backup_restore_failed

HTTP 503 The platform could not start the restore

What happened

The backup is a finished archive and belongs to this server, but the platform did not accept the restore job. This is a temporary failure on our side, not a problem with the archive.

What to do

Read the server and the backup again, then send the request once more later with a new idempotency key.

Retrying

The request itself is fine. Repeat it later; after a 5xx use a new idempotency key and read the resource first.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/backup_restore_failed",
    "title": "The platform could not start the restore",
    "status": 503,
    "code": "backup_restore_failed",
    "request_id": "a277dcd1ca652c65"
}

Branch your code on code, never on the wording of title.