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…
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…
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…

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…
Postgres Flexible Server 15.8 No Longer Supports ANY md5 Functionality
The 15.8 version of the server no longer supports md5 hashing. The 15.7 version allows us to call the MD5() function within the server. We DO NOT use this function for passwords or other security mechanisms. It is purely used to create a unique,…
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…

Why is Azure setting a specific security group as the owner of any new Postgres database created via Azure when its not the server admin, nor the user creating the database
Title says it all really. Why is a database created on Azure for Postgress flexible not setting the Owner as the server user nor the user who is creating the database but some arbitrary security group. There is nothing in the Azure UI that shows any…
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?
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:…
I am writing to report a critical issue with our API (https://api.agentum.se)
"I am writing to report a critical issue with our API (https://api.agentum.se), which is currently not responding following the automatic migration of our database (db-agentum-prod) from Azure Database for PostgreSQL Single Server to Azure Database…
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…
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.…
Cannot Upgrade Postgresql Flexible Server to V14
I'm trying to upgrade my azure postgresql flexible server v13 instance to v14, and keep getting the standard InternalServerError "An unexpected error occured while processing the request." error. I've also followed the full upgrade…
I need clarification on max time lifetime of migration job in azure postgresql migration service
Can someone clarify whether below means total lifetime of 7 day regardless of online or offline migration? if initial copy is done after 6 days, do i get 1 day or 3 days for cutover time? Please help. Migration timeline Each migration has a maximum…
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!

UAT and PROD - Azure Postgres DB Flexible Servers
Hi Team, We are currently evaluating on how we can ensure that UAT and PROD DB(Postgres DB Flexible Servers) can reflect the same, through automation (Complete Migration and Change only), like to idenitfy the best suggested tools, like Data Migration…
Azure PostgreSQL Flexible Server Unavailable - Restart Failures and Connection Issues
Description: We are experiencing critical issues with our Azure PostgreSQL Flexible Server (Region: West Europe). Issue Details: Service Unavailability: The server is currently inaccessible, and the Azure Service Health dashboard indicates the…
cannot create temporary directory "pg_tblspc/16386/PG_16_202307071/pgsql_tmp": No such file or directory
While trying to create index receiving this error "cannot create temporary directory "pg_tblspc/16386/PG_16_202307071/pgsql_tmp": No such file or directory"
Subscription not allowed to provision in EastUS
I tried initially provisioning in East US 2. I get through this screen but get an error on deployment.
Auto increment postgres serial type in logic app insert row action ID field
Hi, The insert row action is requiring an ID field but my table in postgres is type serial. Is there anyway to tell the logic app that an ID field does not need to be set on the insert as postgres will auto increment this field?