Azure Database for PostgreSQL
An Azure managed PostgreSQL database service for app development and deployment.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The Azure Database for PostgreSQL flexible server in the East US region is currently stuck in the Starting state. Attempts to restart it using the Azure CLI have been unsuccessful. No recent changes were made to the database, and restoring is not preferred.
The command used was:
az postgres flexible-server restart \
--resource-group <resource_group> \
--name <server>
The response was:
(SeverBusyWithOtherOperation) Cannot perform 'Restart' server operation because server 'main-server' is busy processing other operation.
Code: SeverBusyWithOtherOperation
Message: Cannot perform 'Restart' server operation because server 'main-server' is busy processing other operation.
Is there a method to restart the database and bring it back online?