unable to create/delete PG servers
i seem to have an issue with the Azure resources and no way to get to support. how can i get support to look at my issue?
Azure Database for PostgreSQL
Unable to create/delete PG servers
I can't access/delete an Azure Database for PostgreSQL flex, what can I do?
Azure Database for PostgreSQL
Can't upgrade SKU of burstable PostgreSQL Flexible Server
I have an Azure Database for PostgreSQL flexible server. It's at Burstable tier and the compute size is Standard_B2s. We're running into resource constraints so I want to bump it to General Purpose Standard_D2ads_v5. When trying to do this by changing…
Azure Database for PostgreSQL
PostgreSQL flexible server stuck in dropping after quota increase
Received an error when originally deploying a postgreSQL flexible server in East US via Terraform: Status: "LocationIsOfferRestricted" │ Code: "" │ Message: "Subscriptions are restricted from provisioning in location 'eastus'.…
Azure Database for PostgreSQL
Is it safe to change the version number of an Azure resource in Terraform after upgrading through Azure Portal
I recently used the Azure Portal to do a major version upgrade of my Azure PostgreSQL Server from v 13 to 14. That worked fine, but we also have a Terraform config for all resources in our cluster that's still defined as v13. I know that i probably…
Azure Database for PostgreSQL
Request to Enable PostGIS Extension on Azure PostgreSQL Server
I am hosting a PostgreSQL server on Azure and need to use the PostGIS extension for my project. However, when attempting to install the extension with the azure_pg_admin user, I receive the following error: ERROR: extension "postgis" is not…
Azure Database for PostgreSQL
Failed to load PostgreSQL flexible server databases:Your Azure Database for PostgreSQL - Flexible server is currently unavailable.
Hello, Over an hour ago my I started receiving alerts from my Azure Database for PostgreSQL - Flexible server service. The cause appears that all databases are no available anymore, as the Databases section in Azure Portal lists: Failed to load…
Azure Database for PostgreSQL
Are we able to totally disabled Azure PostgreSQL database backup?
Hi community, We would like to ask if we are able to totally disabled Azure PostgreSQL database backup? By default Azure enable the backup minimum as 7 days. But for our Dev and Staging environment, it actually doesn't matter on this, we are looking for…
Azure Database for PostgreSQL
I am unable to upgrade my Postgres version on a Azure DB Flexible Server
Attempting the upgrade the soon to EOL v13 from the Azure portal from the Overview tab. I receive the following error: { "code": "ParameterOutOfRange", "message": "The value of the 'Version' should be in: [].…
Azure Database for PostgreSQL
Every time we try to destroy our Azure Database for PostgreSQL flexible server used for development, it is stuck in 'dropping'
Every time we try to destroy our Azure Database for PostgreSQL flexible server used for development, it is stuck in 'dropping'. In the overview for the database it says "Cannot read properties of undefined (reading 'createdAt')"
Azure Database for PostgreSQL
Can't restore postgresql flexible server backup - Internal Server Error
Hello! We are facing problem with database restoring. Unable to perform Point-in-Time (or from automated Backup) Restore for PostgreSQL Flexible Server - Internal Server Errors. We are unable to perform a point-in-time restore (or from automated…
Azure Database for PostgreSQL
Backup Vault Corruption - PostgreSQL Flexible Server
I'm having problems with the long term retention option of PostgreSQL Flexible Server. When I configure a backup vault everything is fine and I'm able to create a backup on schedule or on-demand. However, when I restore the data to a storage account the…
Azure Database for PostgreSQL
PostgreSQL Flexible Server - Recover from deleted Managed Identity (followed documented steps, need validation)
Hello , We are facing an issue related to managed identity deletion for our Azure Database for PostgreSQL Flexible Server. As per the documentation: …
Azure Database for PostgreSQL
Azure postgresql flexible server stuck in starting state
This is the second time in the last 3 months my server out of the blue is stuck in Starting state on the Azure UI, except I can still connect to it but I can't make any changes like adding a new IP for development or rebooting it or anything at all, to…
Azure Database for PostgreSQL
Unable to CREATE EXTENSTION azure_storage in second database
We have set up the azure_storage extension and activated it in our postgres database on flexible server. It works here as expected. We need to use the extension in a second database on the same server but when running CREATE EXTENSION azure_storage with…
Azure Database for PostgreSQL
Erro ao tentar atualizar base de Dados PostGree na azure
Não estou conseguindo atualizar a versão do postgree. Estou com a versão 13 e preciso atualizar. Como faço para conseguir ? Está dando erro ao clicar em atualizar.
Azure Database for PostgreSQL
Problema connessione App Web + Database PostgreSQL a pgadmin
Ho creato una App Web + Database PostgreSQL, il database è bloccato nella rete privata come posso accedervi dal mio PC quidi da una rete pubblica? Grazie in anticipo per qualsiasi suggerimento e consiglio
Azure Database for PostgreSQL
Deploy failure when trying to increase performance tier of Azure Database for PostgreSQL flexible server
I have a running database in the East US region. It is used by applications running in East US. I went to increase the performance tier of my database and had a deployment failure with the following error message: { "code":…
Azure Database for PostgreSQL
Unable to create PostgreSQL Flexible server in East US (since 29 Sept) - Failing with internal server error
I am no longer able to create PostgreSQL flexible servers on Azure in the East US region. This started happening yesterday, 29th September 2025. Error I get is Internal Server Error. And after this failed creation, the database server gets stuck in…
Azure Database for PostgreSQL
Why arm template for postres flexible server fails with version 14 in west europe location?
Hi All, I am using ARM templates with Azure Pipelines to maintain the Infrastructure as Code approach in my project. I was using PostgreSQL v11, but because this is deprecated in Azure now, I upgraded it via the Azure Portal to version 14. Upgrade…