Skip to content

Change how success is reported for the replication recovery API

Jean-Paul Calderone requested to merge 235.backup-and-recovery.api-tweaks into main

Related to #235. This changes the how the recovery endpoint reports success. Instead of synchronously returning when recovery is successful, it will return success when the recovery attempt has begun. A separate endpoint will exist to allow the state to be polled.

Merge request reports