Thankyou for reaching out Microsoft QA. Kindly Provide requested details in private message.
Have you done backup or restore.
When an Azure Database for PostgreSQL Flexible Server gets stuck in an “Updating” state and a restored server is also unreachable, it usually means the underlying PostgreSQL process cannot start or an internal maintenance/restore operation is stuck. We need a few quick checks to identify the exact cause.
To help us continue the investigation, could you please share the following:
- Server state and properties (please run this and share the output):
az postgres flexible-server show \
--name avinash-dev3 \
--resource-group <your_rg> \
-o json
Activity Log events for this server around 4:40 PM EST when the issue started (Azure Portal → Monitor → Activity Log → filter by this server).
DNS and connectivity results from your environment:
nslookup avinash-dev3.postgres.database.azure.com
nc -vz avinash-dev3.postgres.database.azure.com 5432
Are you using Public Access or Private Endpoint?
Did you recently change any server parameters, or was storage close to full?
For the restored server, does the Activity Log show the restore as Succeeded or Failed?
These details will help us confirm whether the update job is stuck, PostgreSQL failed to start, or if a networking/PE configuration is blocking access. Once we have this information, we can guide you on the next steps to get the server back to a healthy state.
Let me know once you have the outputs.