troubles with connection to postgresql database using power bi
today I faces the issue with conneciton to my database sotred in the Azure PostgreSQL Flexible Server, but only from Power BI, during connection attempt I receive the error message ' No user nor password did not change, using different tools e.g.…
Feasibility of Direct Switching High Availability Mode from Same Zone to Zone-Redundant in Azure PostgreSQL Flexible Server
Hi, Can the high availability configuration for an Azure PostgreSQL Flexible Server be changed directly from same zone to a zone-redundant setup ? If so, would there be any impact? Also, is there any documentation stating that this is possible ?
is there plan to support pgvector 0.8.0 version?
Currently PostfeSQL 16 supports pgvector 0.7.0, however version 0.8.0 introduced a significant improvement to hybrid search and it would be great to have it. Is there a plan to support it and what would be the timeline?
how to upgrade PostgreSQL client in azure cloud shell
Hi, I have run the below command and getting below error. pg_dump -Fc -v --host=XXXXXXX --username=XXXXX --dbname=XXX -f test_dev_flexi_psqllogtim.dump Password: pg_dump: error: server version: 15.7; pg_dump version: 14.13 pg_dump: error: aborting…
Connection with managed identity to postgresql and token expiration
Hello community, I have a Nest.Js app with TypeORM and PostgreSQL.I want to deploy my app to the azure and to connect the azure PostgreSQL database.I implemented next connection: Database module: import { Module } from '@nestjs/common'; import {…
Is HA for burstable tier of Azure postgres flexible server
Hi, The Azure documentation states that HA is supported for PostgreSQL Flexible Server if the regions have zone support. However, for the burstable tier, I do not have the option to enable HA while creating the cluster, even though it is supported for…
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…
When will the pgrouting extension be available in Postgresql 16.2 Azure flexible server?
When will the pgrouting extension be available in Postgresql 16.2 Azure flexible server?
Azure DB for PostgreSQL Migration Move Public IP Address
Need to migrate an existing Azure Database for PostgreSQL - Single Server over to Azure Database for PostgreSQL - Flexible Server. The single server has a standard azure "Public (FQDN) address" of xxxxx.postgres.database.azure.com. How can…
Azure DB for PostgreSQL Migration Offline vs Online
In my existing Azure Database for PostgreSQL - Single Server instance, I have three databases.....(MyDB1, MyDB2, and MyDB3). The migration service allows me to pick online mode or offline mode for the migration, and which databases I wish to migrate. …
User Entra authentication to Postgres flexible server
When using EntraID authentication is the only option for users the token based authentication flow descibed here? Our users now have to obtain a new token every hour when working with tools like PowerBI.
I want to migrate azure database for postgresql single server to flexible, any suggestions or checks and process that i need to follow
I have azure database for postgresql single server in production setup but not in pre production. Now I want to migrate it to flexible server. What process is best to do it and what things should i keep in mind
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…
Can't create tables in Flexible PostgreSQL, even with CTc privileges
Hi there, I'm not able to create tables in a PostgreSQL database I created myself, even though I've given the user all privileges to the database ("CTc"). Here are the privileges (notice the "metabase" role/user): metabase=> \l …
permission denied for schema _timescaledb_internal on Azure PostgreSQL flexible server
I tried to migrate db from Azure PostgreSQL single server to flexible server using migration tool from Azure portal. But there is an error on validation check because migration tool doesn't support timescaledb extension. Portal message said that…
Azure Database for PostgreSQL - Flexible Server Stuck in Stopping State
The Azure Database for PostgreSQL instance…
Permission denied for sequence jobid_seq when trying to do a pg_dump
Hi! I am trying to perform a backup of my database in Azure Database for PostgreSQL flexible server into my machine. I have tried using pg_dump and also doing a backup through the pgAdmin client, however, in both cases I get the same error: …
Azure database for Postgres Flexible server - Why creating extension uuid-ossp requires azure_pg_admin role?
My question is with respect to Azure Database for Postgres Flexible server (version PG16). I tried to create extension on current database (logged into database as db owner) however I see an error stating "ERROR: Only members of…
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 Database for PostgreSQL - Flexible Server is taking too long to initialize
When trying to create a Azure Database for PostgreSQL - Flexible Server. It is taking too much time to initialize. I tried to create it with a basic spec and even tried changing the region. But it is stuck in the initialization process.