Azure Database for PostgreSQL Metric Storage Percent remains empty
Hi Community, i have a Azure Database for PostgreSQL flexible Server and want to monitor the Metric "Storage Percent". When I configure the According Graph, it remains empty: As far as I found out through googling, this Metric should be Active…
How to migrate Postgres Database from One Azure Entity to Another Azure Entity
Hi, We have a PostgreSQL flexible server hosted on Azure under the entity (abc.com). Due to some business changes, we need to migrate the PostgreSQL database from entity (abc.com) to entity (xyz.com). Could you please suggest the best ways to perform…
In PostgresSQL dont work parammetr "Allow public access from any Azure service within Azure to this server" on china region
Hi, I am using Azure Database for PostgreSQL in the China region. I also use Azure DevOps for my CI/CD processes. Currently, I am facing an issue where I cannot perform database migrations or execute scripts for the database through Azure Pipelines (in…
PostgresException: 42P01: relation "waitdb" does not exist
Hi, I was having a trouble about 42P01:relation when using postgres sql, Here's the code that i've been using and for my tables here's the table. For my configuration, is there something wrong with it? Thank you for response, since i am new to c#
Azure PostgreSQL Database Backup
The documentation on this page https://learn.microsoft.com/en-us/training/modules/backup-restore-azure-sql/2-protect-database-with-backup focuses on Azure SQL Database backups. Does this information also apply to Azure Database for PostgreSQL?…
I have create Azure postgresql flexible server and trying to delete it, but not able to delete. Getting error as server busy with other operations. How can i resolve and delete this flexible server
resource "azurerm_subnet" "PrivateSubnet1C" { name = "PrivateSubnet1C" resource_group_name = azurerm_resource_group.fua_group.name virtual_network_name = azurerm_virtual_network.fuaVNet.name address_prefixes =…
Postgre-SQL Flexible Server - pg_cron permissions issue
I am connecting to the postgres database with the psqladminun user who is a member of the azure_pg_admin role. I run the following: CREATE EXTENSION pg_cron; After that I go to schedule a job: SELECT cron.schedule_in_database('part_maint_TEST','0 * * *…
Issue migrating azure postgress single to flexible server
Hello communiy, I am attempting to migrate a modest single database from Azure Postgres to the new Flex instance. The process took approximately three hours and generated the following error: The error message does not provide any details as to why it…
How to fix Error 603413: Unsupported language(s). in Azure DMS
i try to use Azure DMS (new version) migration from AWS RDS PostgreSQL version 15.6 to Azure Azure Database for PostgreSQL - Flexible Server version 16.4 which when i choose validation and migrate it cannot success and show this errors : Error 603413:…
How to authenticate a 3rd party tool via Entra ID with read access over pgsql
I am trying to authenticate a 3rd-party tool over Azure database for PostgreSQL - Flexible server using Entra ID only. so I created multiple service principals (access-token based, password-based auth and Certificate-based auth). The access token one,…
Azure Cannot delete postgres flexible server
Hello, I cannot delete my resource: Unkown error in Azure and "is busy with another operation" with the az cli.... How I can debug. I can start/stop the resource but I m not able to remove it.
Cannot drop admin role which is role grantor because the role grantor cannot be changed.
When I create new role/group in Azure Database for PostgreSQL flexible server 16 under a workload identity admin (admin_wi) and grant the role to another user CREATE ROLE testrole; GRANT testrole TO azure_pg_admin WITH ADMIN OPTION; the role details…
Error While Migrating from Azure PostgreSQL Single Server to Flexible Server
Hi Community, I’m encountering an issue while migrating from Azure PostgreSQL Single Server to Flexible Server using the Azure Database Migration Service. Error Details During the migration of a database (e.g., database_name), the process failed with…
Azure Database for PostgreSQL resource not showing up in Azure portal
We have a postgres database, it is present in the subscription invoices. It is available for applications, but it is not visible in the resource group and is not visible anywhere except in the payment invoices.
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…
Will Single to Flexi postgres migration migrates users too? and if there are any foreign data wrappers?
We have a single server which says auto migration is scheduled. But we are not able to view who scheduled the migration automatically. please help. After single to flexi migration, can we still use single server if there are any issues in target flexi…
Does Azure cosmos DB for Postgresql support oracle_fdw extension?
Can you please confirm if Azure Cosmos DB for Postgresql provides oracle_fdw extension to enable creating foreign tables in Postgresql that connects to the Oracle tables or schemas? I know it's been mentioned that oracle_fdw is available for Azure…
Django app deployed on Azure not connecting to Database
Hi all, I am facing issues deploying a Django app on Azure, the deployment builds and runs successfully, when I do python manage.py migrate the database migrate, then I create a user and try to sign in then I get server 500. I have done some…
Traffic to PostgreSQL Felxible Server going through NAT Gateway?
Hi, I have a VNET with 2 subnets: web subnet: with Nat gateway integration (because i need fixed outbounf IPs for some external services IP whitelisting) wit app services that access external APIs but also access the PostgreSQL flexible DB on the other…
Azure database for Postgres flexi server via terraform - deployment failing misleading
Using the code reference from https://learn.microsoft.com/en-us/azure/developer/terraform/deploy-postgresql-flexible-server-database?tabs=azure-cli I see all tiers and SKUs support creating Private endpoint for postgres which will be on private…