An Azure managed PostgreSQL database service for app development and deployment.
**[CRITICAL] Azure PostgreSQL Flexible Server stuck in 'Updating' state for 3 days — Production Down**
Rumsan Associates
20
Reputation points
Environment
- Service: Azure Database for PostgreSQL – Flexible Server
- PostgreSQL version: 17
- SKU: Standard_DC2eds_v5 (Confidential Compute)
- Resource group: staging
Problem Description
Our PostgreSQL Flexible Server has been stuck in an Updating state for approximately 2–3 days. We did not initiate any changes — no SKU modification, no version upgrade, no configuration change was made by our team. The update appears to have been triggered automatically by Azure.
This has taken down our production environment and all dependent services are currently unavailable.
Current server state (verified via CLI):
az postgres flexible-server show \
--name <resourc-name> \
--resource-group staging \
--query "{state:state, version:version, skuName:sku.name}"
{
"skuName": "Standard_DC2eds_v5",
"state": "Updating",
"version": "17"
}
What we have tried
- Attempted
az postgres flexible-server restart— no effect, server remains inUpdating - Checked activity logs via
az monitor activity-log list— no clear error returned - Attempted to raise an Azure Support ticket — the portal only redirects to Q&A and does not allow us to open a ticket
Any help or guidance from the community or Azure engineers monitoring this forum would be greatly appreciated.
Azure Database for PostgreSQL
Azure Database for PostgreSQL
Sign in to answer