The server should now be up and running. Please check and confirm.
It appears the VM was unhealthy, and to mitigate the issue, the backend team likely restarted it.
Thank You!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi. My database became unresponsive, so I did a manual restart. It has been restarting for over 3 days now.
I then tried to delete the database to re-create it. This also has not worked. I cannot manage the database, but my container app that uses the database seems to run okay.
The server should now be up and running. Please check and confirm.
It appears the VM was unhealthy, and to mitigate the issue, the backend team likely restarted it.
Thank You!
Hi @ James Worsfold
The issue might be that the storage reached 100%, so during the restart, there wasn't enough space to restart the server.
Another reason would be long running transactions are queries that are running for too long which impact database performance and can potentially cause issues during restarts. If it is an intermittent issue, it can get fixed by own.
Please find the troubleshooting steps below to help resolve the issue:
If storage was increased, restart the server via Azure CLI.
az postgres flexible-server restart --resource-group <your-resource-group> --name <your-server-name>
Please find the below mentioned links for more information.
https://docs.azure.cn/en-us/postgresql/flexible-server/how-to-restart-server-cli#restart-a-server
If the issue still persists, please let us know here. We will respond with more details and try to help you.
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.