Flexible Postgres Server unavailable

Brenwell 0 Reputation points
2025-02-26T11:54:16.1733333+00:00

My Flexible Postgres Server is completely unavailable. I can connect to it or describe it via the Portal or the CLI

az postgres flexible-server db show \ ⏎

--resource-group prop_rg \

--server-name prop-server \

--database-name prop-db

(GatewayTimeout) The gateway did not receive a response from 'Microsoft.DBforPostgreSQL' within the specified time period.

Code: GatewayTimeout

Message: The gateway did not receive a response from 'Microsoft.DBforPostgreSQL' within the specified time period.

I can see a few hours ago it simply stopped having active databases.

Additionally I can't create a support request because the button is greyed out

Azure Database for PostgreSQL
{count} votes

1 answer

Sort by: Most helpful
  1. Vinodh247 28,386 Reputation points MVP
    2025-02-26T13:51:34.5966667+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    I think your azure flexible PostgreSQL server is unresponsive, may be due to a service outage, resource exhaustion, or maintenance. First, check the Azure Status Page and Service Health in the portal for regional issues.

    Try restarting the server using the CLI:

    az postgres flexible-server restart --name prop-server --resource-group prop_rg

    If the server is missing or unreachable, check if it appears in the resource list:

    az postgres flexible-server list --resource-group prop_rg

    Review Activity Logs, Metrics, and Diagnostic Logs for signs of forced maintenance or throttling. If HA is enabled, attempt a failover via CLI. Verify firewall rules, private endpoints, and quotas to rule out network issues.

    If you can't create a support request in the portal, try using the Azure CLI or contact Microsoft Support directly via their website. If the issue persists and no outage is reported, escalation may be required.

    Please feel free to click the 'Upvote' (Thumbs-up) button and 'Accept as Answer'. This helps the community by allowing others with similar queries to easily find the solution.

    0 comments No comments

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.