Skip to content

Commit affb221

Browse files
committed
Expanded DBaaS backup restore to include failed and degraded clusters
1 parent 96f3cfe commit affb221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3786,7 +3786,7 @@ paths:
37863786

37873787
Requires `read_write` access to the Database.
37883788

3789-
The Database must have an `active` status to perform this command.
3789+
The Database must have an `active`, `degraded`, or `failed` status to perform this command.
37903790

37913791
**Note**: Restoring from a backup will erase all existing data on the database instance and replace it with backup data.
37923792

@@ -4542,7 +4542,7 @@ paths:
45424542

45434543
Requires `read_write` access to the Database.
45444544

4545-
The Database must have an `active` status to perform this command.
4545+
The Database must have an `active`, `degraded`, or `failed` status to perform this command.
45464546

45474547
**Note**: Restoring from a backup will erase all existing data on the database instance and replace it with backup data.
45484548

0 commit comments

Comments
 (0)