Help Needed: VS Code Azure Extension Resolving "Self Signed Certificate in Certificate Chain" Error with Azure PostgreSQL Flexible Server
I'm facing an issue with the Azure Database version 0.25.3 Extension and the PostgreSQL Flexible Server where I receive the error "self signed certificate in certificate chain" when trying to expand the PostgreSQL database node. Connection to…
Failed Database Migration from Azure Postgres Single server to Flexible
We've missed the cutoff for migrating one of our instances from Azure Postgres Single Server to Flexible server, and now my instance is showing a Disabled state in the portal. So far, I've tried accessing the data as a restore from backup, and running…
Is there a way to reconfigure the server after selecting an unsupported region, or do I need to start over in a supported region?
I attempted to set up a PostgreSQL Flexible Server in the East US region but encountered deployment errors because PostgreSQL Flexible Servers are not fully supported in that region. Can Azure provide better feedback or warnings during the region…
Postgres flexible server - support for anon 2.0
Are there any plans to support the upgraded v2.0 of the anon extension? It would be a nice performance upgrade to the current v1.3.2.
BUG: Orphaned roles cannot be dropped on Azure DB for PostgreSQL v16
With Azure Database for PostgreSQL Flexible Server V16 it is not possible to drop orphaned roles with the cloud provider admin account azure_pg_admin. Only actual DB superusers can manage orphaned roles in PG V16. The community is aware of the problem…
PostgreSQL Felxible Server Logs missing
Hello, We have an Azure Database for PostgreSQL flexible server, and i turned on all the diagnostics settings, sending them to a Log Analytics workspace. I modified only a few key Log parameters of the PostgreSQL server Seemingly out of nowhere, On…
Unable to provision PostgreSQL Flexible Server in 'South Central US' using Microsoft Azure Sponsorship (Founders Hub)
I'm trying to provision a new PostgreSQL Flexible Server in the South Central US region using my Microsoft Azure Sponsorship subscription (via Microsoft for Startups Founders Hub), but I'm getting the following error: "Subscription 'Microsoft Azure…
plpgsql not working on Postgres 16.8 for Flexi server
Hello. Recently our demo database was automatically upgraded to Postgres 16.8. This immediately caused an issue where dropping, creating and migrating the database causes a new error. PG::FeatureNotSupported: ERROR: extension "plpgsql" is not…
How do I request region enablement for PostgreSQL Flexible Server in Germany West Central?
How do I request region enablement for PostgreSQL Flexible Server in Germany West Central??
Unable to drop user in Azure Database for PostgreSQL servers with the admin user
Hi Team, I have created one user in Azure Database for PostgreSQL servers with the admin user which we have received during the PostgreSQL DB setup . But the issue is when i am trying to delete that user I am unable to perform . Repeatedly getting the…
Migration name must be available error while migrating Postgre SQL to flexible server
I am trying to migrate PostgreSQL to Azure Database for PostgreSQL Flexible Server. For that I am logged into Azure portal and open migration page step 1. When I am writing any unique migration name, it is throwing error.
Azure PostgreSQL Flexible Server stuck in "Dropping" state
Hi Team, We are experiencing an issue with a PostgreSQL Flexible Server in Azure that is stuck in a broken "Dropping" state. We attempted to delete the server, but now: It shows “Dropping” in Azure Portal Clicking it throws: "Cannot read…
Postgresql flexibleserver creation is failing with "AttributeError: 'FlexibleServerCapability' object has no attribute 'supported_features'" from Azure CLI
Hi Team, I am very new Azure and I have an OpenSUSE vm with latest AZ CLI 2.71.0 installed. I am trying to create Postgresql Flexible server through cli with the below command az postgres flexible-server create --subscription…
PostgreSQL serveris in disable state and cannot be restarted.
The following error appears when restarting PostgreSQL server An error occurred restarting the Microsoft.DBForPostgreSQL server. Error occurred restarting the server . Service is temporarily busy and the operation cannot be performed. Please try again…
While creating a resource: Why is there no "Create" (and "Show details") buttons while choosing deployment options?
I am trying to create a "Azure Database for PostgreSQL" resource, but cannot move past the "Choose a deployment option page due to missing buttons. My user is allowed to create resources, because I just created another resource (SQL…
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…
Unable to add Private endpoint to existing Azure Database for PostgreSQL flexible server
I am trying to add private endpoint to existing Azure Database for PostgreSQL flexible server, and i following this guide:…
Error dropping role with no members and no admin
I have a role that cannot be deleted. It has no members and is not granted to any other roles. When I try to drop it as my admin user, I receive the error. ERROR: permission denied to drop role DETAIL: Only roles with the CREATEROLE attribute and the…
Azure PostgreSQL Flexible Server stuck in "Dropping" state – ResourceNotFound in CLI and REST, but still visible in portal
Hi Team, We are experiencing an issue with a PostgreSQL Flexible Server in Azure that is stuck in a broken "Dropping" state. We attempted to delete the server, but now: It shows “Dropping” in Azure Portal Clicking it throws: "Cannot read…
Azure PostgreSQL Flexible server: Unable to drop roles
We are having some weird issues when trying to remove roles. I am connected as the admin user that is member of azure_pg_admin. When trying to remove a role with DROP ROLE role_to_drop We get the error "Could not drop the role. Only roles with the…