Skip to content

Commit 47a2c85

Browse files
committed
fix: adding another new pending status for database updates
1 parent 1157865 commit 47a2c85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

provider/utils/wait.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ func WaitForDatabaseToBeActive(ctx context.Context, subId, id int, api *client.A
5252
databases.StatusProxyPolicyChangeDraft,
5353
databases.StatusDynamicEndpointsCreationPending,
5454
databases.StatusActiveUpgradePending,
55+
"bdb-update-pending", // Database update in progress
5556
},
5657
Target: []string{databases.StatusActive},
5758
Timeout: SafetyTimeout,

0 commit comments

Comments
 (0)