Azure Database for PostgreSQL flexible server - Cron Job Failed Connection
Hi everyone, There is an error when cron job is running, The message is 'Connection Failed'. The nodename is localhost and the port is 5432. network settings for Azure Database for PostgreSQL flexible server using only VNET. Anyone have an idea about…
Azure Database for PostgreSQL
az postgres flexible-server firewall-rule delete returns InternalServerError
Hello, I am trying to delete a firewall rule from my Azure PostgreSQL Flexible Server using the Azure CLI command: az postgres flexible-server firewall-rule delete \ --resource-group <resource-group-name> \ --name <server-name> \ …
Azure Database for PostgreSQL
PostgreSQL services disappeared after migration to flexible server
Dear all, As I have seen, I'm not the first one with this problem - after migration to the flexible server my Azure Database for PosrtgreSQL has disappeared from the portal and resource group (and CLI / Powershell). The database is still working fine,…
Azure Database for PostgreSQL

I can't connect to my database
URGENT: Unable to Access Azure PostgreSQL Flexible Server (db-morefm-restore) – All Services Down I am reaching out for urgent assistance regarding a critical issue with our Azure PostgreSQL Flexible Server instance: db-morefm-restore. Since his…
Azure Database for PostgreSQL
Azure PostgreSQL Database Unresponsive – Failing Upgrade, Restart, and Scaling Operations
We are experiencing a critical issue with our Azure Database for PostgreSQL. The database has become extremely slow, and all attempts to remediate the situation have failed. Specifically: Application is unresponsive due to severe database…
Azure Database for PostgreSQL
TimescaleDB cannot be created on Azure Database for PostgreSQL flexible server v17.*
Steps to produce: I create the server using the Azure portal and create the server admin I then go to server parameters and add TimescaleDB to azure.extensions and shared_preload_libraries Finally, I create a database on the server and connect with…
Azure Database for PostgreSQL
Postgres server stuck at "Starting" state
The Azure Postgres Flexible server seems to be stuck at the "Starting" state for a long time. It appears that the storage is full, but we are unable to increase the storage capacity through the portal or CLI. Please find the error message…
Azure Database for PostgreSQL
Error Upgrading PostgreSQL Flexible Server for version 13 to 14
Hi everyone I'm running into a error upgrading my PostgreSQL Flexible Server from version 13 to 14. The deployment fails with a status conflict and returns this error. I have read previous complains from people and looking out for all possible conflicts…
Azure Database for PostgreSQL
Azure Database for PostgreSQL flexible server stuck in stopping state - need assistance recovering
The Azure Database for PostgreSQL flexible server in our production environment has been down for over 20 hours. No connection can be made, whether through the Azure Portal, via pgAdmin4, or through the application. There was a critical health event…
Azure Database for PostgreSQL
SKU for Azure PostgreSQL Flexible database
Hey We got our prod PostgreSQL configured with SKU - E4s_V3. I see another version of similar compute size as E4ds_V4 and E4ds_V5. Searching through the internet says the difference between them is about the newer processor which is fine. However as you…
Azure Database for PostgreSQL
Storage is full, the server is stuck as starting and I can't stop to increase size of it
Postgres Flexible Server storage is full, the server is stuck as starting and I can't stop to increase size of it. How can I have assistance to force it to stop?
Azure Database for PostgreSQL
Minor patches in Azure PostgreSQL flexible managed
If some minor patches are applied by azure, we select in our test environment that the patch in applied in a certain window and we defer it from production to have some time to test it. If we detect that the patch causes issues on our applications, how…
Azure Database for PostgreSQL
My postgresql single server disappeared from my subscription since retirement
Hello I'm having an issue with postgresql single server. I received a retirement notice for the service that said starting march 30th 2025 single server are deprecated and will be migrated automatically to flexible server. Since then my remaining single…
Azure Database for PostgreSQL
Is there any GA date planned for flexible server postgres 17 version.
Is there any GA date planned for flexible server postgres 17 version. Currently i can see its still in preview mode.
Azure Database for PostgreSQL
How to load balance traffic across Azure DB for PostgreSQL Flex Read Replicas
If we have an Azure DB for PostgreSQL Flex, with a number of read replicas and a number of clients (assume a number of VMs), how can the clients load balance the traffic across the different read replicas?
Azure Database for PostgreSQL

I am being charged for postgresSQL DB
I use to have free PostgresSQLDB as part of Azure. Starting 16th of June, I am bring charged .60 cents/day for each of my production and test DB. Even with the DB being down, I see minor charges. Is there some change in policy?
Azure Database for PostgreSQL
Unable to increase postgres flexible server plan
Hi, I’ve tried several times via the Azure Portal and to scale server erp-api-dev-postgres3 from B2ms (2 vCores, 4 GiB) to Standard_D4ds_v5 (4 vCores, 16 GiB, 6400 max IOPS). Each attempt sits in Updating for a few minutes and then flips to Failed with…
Azure Database for PostgreSQL
How to change the backup time of Azure Database for PostgreSQL flexible servers
we can we find the option of changing the backup schedule of the Azure Database for PostgreSQL flexible servers? This is PaaS and controlled by Microsoft. At 8 am impacts our CPU and other related systems.
Azure Database for PostgreSQL
Azure Postgresql Managed flexible server: Question about zonal high availability behaviour
What happens if the availability zone hosting the standby server fails, but the primary zone remains healthy? Specifically: Does the primary continue operating normally? Is high availability temporarily degraded? Will Azure automatically recreate the…
Azure Database for PostgreSQL
How to delete a Microsoft Entra ID
Hi! I've create a web-app, and activated a System Identity Assigned After that, i added the EntraID assigned to the authentication of database. After a while, i tried to move the app to a new service plan, so i deleted the application in order to…