Skip to content

Commit c55596a

Browse files
authored
Merge pull request #828 from bbiggerr/dbaas-backup-restore-failed-degraded
Managed Databases Backup Restore status update
2 parents 3dd38fd + affb221 commit c55596a

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
@@ -3783,7 +3783,7 @@ paths:
37833783

37843784
Requires `read_write` access to the Database.
37853785

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

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

@@ -4539,7 +4539,7 @@ paths:
45394539

45404540
Requires `read_write` access to the Database.
45414541

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

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

0 commit comments

Comments
 (0)