Database Stuck in 'Starting' Status on Azure PostgreSQL Flexible Server

Bruno Godoi 0 Reputation points
2025-08-29T14:19:51.3833333+00:00

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?

Azure Database for PostgreSQL
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.