Azure App Service can't connect to PostgreSQL Flexible server
The firewall rules for Azure PostgreSQL Flexible server are not being applied. We are constantly getting 28000: pg_hba.conf rejects connection for host "xx.xx.xx.xx". Although for testing purposes we have allowed any IP-Address. It is still…
Can't we reduce the postgres storage once upgraded ?
Hello , I have an postgres deployed on my azure env but from the past couple of months we have been facing storage issues hence we are trying to downgrade the storage as we fixed the code and but I don't see the option of previous storage like earlier…

Unable to create Azure Database for Postgres Flexible Server using terraform script due to Internal Server Error.
Hello everyone, I'm unable to create an azurerm_postgresql_flexible_server resource using terrafrom script. I'm getting following error: user@host:~/infra$ terraform apply tfplan.terraform azurerm_postgresql_flexible_server.postgressrv:…
How to delete a resource that is billed but cannot be found
We get billed for a resource that we do no longer need and want to delete, but cannot delete, as the resource is not found.
My Azure Database PostgreSQL resources disappeared
Hi, Hope everything is going well. I've trying to access my PostgreSQL resources in Azure Portal but I cannot find them. I've read that Microsoft Azure is not supporting the creation of single server but I don't know why I cannot see them in my portal.…
First time (admin) login to private Postgres Flexible Server with EntraID enabled
First time (admin) login to private Postgres Flexible Server with EntraID enabled Dear Community, I have created a Postgres Flexible Server, private (with VNET assigned) and only EntraID authentication enabled. My user is the admin. Now, since I cant use…
Unable to Change Ownership of cron Table in Azure PostgreSQL
Dear Team, I am experiencing an issue with Azure Database for PostgreSQL - Flexible Server, where I am unable to change the ownership of the cron table. The table is currently owned by azuresu and due to Azure's restricted SUPERUSER access, I cannot…
Maximum QPS for Azure PostgreSQL Flexible Server
Is there a dependency between the maximum queries per second that Azure PostgreSQL Flexible Server can support and the compute SKU of the flexible server?If not what are the factors affecting maximum queries per second that azure postgres flexible server…
Unsupported server parameter after Azure flexible PostgreSQL server upgrade v11 to v13
We performed a PostgreSQL version upgrade (v11 -> v13) and cannot change any server parameter via the GUI nor via CLI anymore. The error is: (ParameterNotExists) The Parameter [azure.allow_hostname_in_username] is invalid or unsupported in current PG…


Access to database stopped on Azure Database for PostgreSQL flexible server
Since a few hours ago our main flexible DBaaS server stopped working. From the resource health logs this was due to a very early in the morning schedule maintenance for Azure Database for PostreSQL. The message reads that the maintenance is taking longer…
Connection DoesNotExistsError:connection was closed in the middle of operation
Hi, Users are complaining "Connection DoesNotExistsError:connection was closed in the middle of operation" error while using a streamlit UI based web app deployed on Azure. Thanks for help!

Shut down Azure PostgreSQL without Azure restarting it automatically
I created an Azure PostgreSQL database and when I shut it down I don't want it to restart automatically, how to fix that? This is what I get every time I shut down the database:
Unable to Create Azure Database for PostgreSQL Flexible Server in Germany West Region
Attempting to migrate an Azure Database for PostgreSQL Single Server to a Flexible Server as outlined in the migration tutorial. The first step is to create the new Flexible Server using the same configuration as the existing single server. However, when…
Cost estimation for Azure PostgreSQL Flexible Server with PGVector
What is the estimated cost for using Azure PostgreSQL Flexible Server with PGVector enabled, targeting a throughput of 50 Queries per second? Cost should also include serving 1M dataset inclusive of data/index storage, backup, compute resources. Any…
Cannot Drop Role with "Replication" Attribute in Azure PostgreSQL Flexible Server 16
Hello, I am encountering the following error when trying to drop a role that has the "REPLICATION" attribute enabled. ERROR: permission denied to drop role Detail: Only roles with the CREATEROLE attribute and the ADMIN option on role…

Requesting support for Apache AGE extension on Azure PostgreSQL
Is it possible to request support for the Apache AGE extension on Azure PostgreSQL databases? I'm curious if Microsoft has a request system similar to AWS.
Azure scheduled auto migration from postgresql single server to flexible server is stuck 'in progress' status for 23 hours
Hello, I had a scheduled auto migration from Postgresql single server to flexible server. It has been stuck 'In Progress' status for last 23 hours. I have no idea what is going on in the background nor I can check the progress. I have the following…
Efficiently Exporting Recent Data from a TimescaleDB Table with 60K Chunks (150M Rows)
Hello, I am running a TimescaleDB inside a VM and need to export data from a hypertable. The table contains approximately 150 million rows and around 60,000 chunks. Whenever I run a query to export data, the psql session stops due to the large…
The server is currently in 'starting' state. Please wait for the operation to complete. You can refresh to check status. Reach out to Microsoft support if the operation is taking too long.
Azure Database for PSQL unable to start from stopped state. With warning message: The server is currently in 'starting' state. Please wait for the operation to complete. You can refresh to check status. Reach out to Microsoft support if the operation is…
Postgres DB ran out of connections and now won't start
We had an out of control process create a bunch of connections to our Postgres db. After that we were unable to connect to that database. So, we tried stopping the database. Now it is hung, and we can't stop nor start it. Any help?