Why does the major version update fail when postgis is installed
The serverlogs show the following error when doing a major version upgrade from postgres version 14 to version 16. Installed postgis, postgis_raster and postgis_sfcgal. ERROR 0A000 SELECT…
Unable to stop/restart PostgreSQL Flexible Server (CPU at 100%)
I have a Azure Database for PostgreSQL - Flexible Server with its CPU usage at 100% for the past weeks... In the same period, the storage usage has also significantly increased to 80-90% of its 64 GB capacity. I am unable to stop/restart the server via…
Azure DB Single Server Public IP migration options
For Azure Database for PostgreSQL Single Server...The migration process needs to be performed to move it to the Flexible Server service. Supported network scenarios for migration are discussed here... …
Azure Cosmos Postgresql issue with Role creation
Hi, We are using Azure Cosmos Postgresql DB and we are experiencing issues with Role creation. We created a role from console as well as az cli using below command - The command shows succeeded and the role is visible. However the same role is not…
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 * * *…
Does Azure support PostgreSQL version 16.6?
Hello, My project is currently using version 15.7 of PostgreSQL Flexible server. However, we need to do an update to fix the following security vulnerabilities: https://www.postgresql.org/support/security/CVE-2024-10976/ …
PostgreSQL query to find the host name
HI Team, I am looking for a PostgreSQL command/query (not Azure CLI )that i can run in Azure PostgreSQL flexible server to get the server name. currently i can get this info using the below psql command "\conninfo", but this command works only…
Missing all data in Monitoring Metrics for Azure Database for PostgreSQL - Flexible Server
Firstly, I have followed the instructions found in the following threads and nothing works: 1- https://learn.microsoft.com/en-us/answers/questions/2134061/azure-database-for-postgresql-metric-storage-perce 2-…
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,…
Connection Refused from AKS cluster to Postgres Flex server
Hi All, I am getting connection refused error while connecting to Postgres Flex server from AKS Cluster pod. Same Postgres Flex server connection is working fine from PgAdmin. Can someone please help what could be wrong configuration from AKS…
How can I connect to the Postgres Flexible server to Azure Web App on Virtual Network from a different region.
I have a Azure Postgres Flexible server hosted in SouthEast Asia and hosting the backend Azure Web App hosted on East US (Proximity to the Azure OpenAI models), here the Azure Web App is not able to connect to the Postgres Flexible server. I have created…
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…
Can't renew reservation for Azure Database for PostgreSQL expiring
Presently still using Azure Database for PostgreSQL - Single Server. We have a reservation that expires near end of January (azuredb_postgresql_general_purpose_compute_gen5 - East US). When attempt to purchase another reservation, only Flexible Server…
How to fix 'Service and subscription limits' on PostgreSQL Fexible Server deployment using bicep file?
tags: ResourceDeploymentFailure, PostgreSQL Fexible Server deployment, bicep file, MS Learn tutorial, Git cloned .../mslearn-postgresql.git Exceptions support request with Issue type of 'Service and subscription limits'. I cannot file Exception Support…
Unable to use function schedule_in_database using azure_pg_admin
Dear Azure community, We have recently subscribed to Azure PostgreSQL 16 from SAP BTP for Production instance. However, we have not been able to use cron function "schedule_in_database" to schedule jobs. We are facing the below permission…
ERROR: permission denied for schema cron
Hi, I am running Azure PostgreSQL Flexible Server with PostgreSQL version 15.7. I am trying to enable pg_cron in my server on my custom database (not postgres), but I am getting the permission error: ERROR: permission denied for schema cron. I have…
Azure database for Postgres Flexible server - Why creating extension requires azure_pg_admin role?
My question is with respect to Azure Database for Postgres Flexible server Currently, I have faced the issue when creating an extension, it said that the user should be a member of azure_pg_admin. However, this was not the case a couple of months back as…
Azure Cosmos for PostgresDB provisioning error when specifying authConfig
I'm seeing an issue when trying to provision a Cosmos for PostgresDB instance using terraform/arm templates. I can provision this configuration successfully, but if I uncomment the 'authConfig' block it fails with a "500 - Internal Server…
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…
Azure postgresql server getting stuck
My Azure PostgreSQL managed database server is stuck. I tried connecting to it, but it didn't work. When I attempted to restart the server, I received the error: "The server is currently in 'restarting' state. Please wait for the operation to…