On-premise to Azure SQL connectivity
I'm seeking a low-cost solution for on-premise to Azure SQL connectivity. We already have an Azure environment with 4 Subscriptions in a Hub & Spoke model. Traffic from within the on-premise VPN connects to the Hub VNet via a VPN Gateway, then it…
Issues Connecting to PostgreSQL Flexible Server in Azure VPC with Terraform
Deploying a PostgreSQL Flexible Server inside a VPC using Terraform has been successful, but there is an issue with connecting via Point-to-Site VPN. After following the instructions listed here, connection attempts still fail. Attempts to resolve the…
Azure - are there minimum increments for B Series CPU credits? A threshold?
We have a B20ms "Flexible Server for Postgres" that has been running under a light load for several weeks. It has significant CPU credit of around 5,450. Periodically, the CPU has risen above 10% and the CPU credit has drained slightly at…
How to add pgaadauth in azure pg flexible servers it is always giving error,Also how to add pg_cron to a db
CREATE EXTENSION IF NOT EXISTS pgaadauth; ERROR: extension "pgaadauth" is not allow-listed for "azure_pg_admin" users in Azure Database for PostgreSQL HINT: to learn how to allow an extension or see the list of allowed extensions,…
Does COPY lock my TimescaleDB database with 70k chunks?
I am using TimescaleDB in an Azure VM for an IoT database. I need to export data in CSV format using the COPY method, but I have around 70,000 chunks in my hypertable. My concern is whether executing COPY to export data locks the database, as it is…
How to Export Data from TimescaleDB in Azure VM to CSV Format
I am working with a TimescaleDB instance installed inside an Azure Virtual Machine (VM), which is actively being used in production. I need to export data for the 2,000 most active users from the past year, including user profile information and device…
I did not have the logs activated but I need to know who have accessed my database is a postgres sql
I did not have the logs activated but I need to know who have accessed my database to know that IP was used to access the system is there a way to get that historical the database is SQL progress?
Azure PostgreSQL Flexible Server – Slow Start/Stop & HTTP 500 Errors
I am experiencing issues with my Azure Database for PostgreSQL Flexible Server. The instance is taking a very long time to start and stop, and I frequently encounter HTTP 500 Internal Server Errors when attempting these actions through the Azure…
Azure flexible Postgres storage capacity usage unknown
Hello, We are facing a problem which is baffling us, we have some databases on "Azure Database for PostgreSQL - Flexible Server" we summed the size of disk usage by these databases and included the managed dbs and came to a total of 121GB of…
Can I change to owner of a database in Azure Database for PostgreSQL flexible server?
I have a database created with the migration tool in the Azure Database for PostgreSQL flexible server. The migration tool sets the database owner as the server admin, and I want to change the owner to a different role. How do I do this? ALTER DATABASE…
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…
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 …
How to migrate database users from Azure PostgreSQL single server to flexible server?
Hello team, I was using the migration tool provided in Azure portal to migrate databases from PostgreSQL single server to flexible server.The migration itself was successful and I could see my database and data in the flexible server. The issue I am…
How to Sync Azure Postgres from one instance to other instance
Hello Everyone, My requirement, we have Managed Azure PostgreSQL instance running in Prod and we want to replicate the Dev PostgreSQL every day might, through Azure Function, how than be accomplished. I want to use Python for achieving this, any help is…
Cannot Connect to PosgresDB Flexible Server From in Private AKS
Hi all, I am experiencing an issue with connecting to a PostgreSQL database from a private AKS cluster. The AKS and the database are located in two different virtual networks and subscriptions. To debug the connection, I created a pod using the following…
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.
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…
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?
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 {…
How to defer a scheduled migration of my Single Server to Flexible Server?
Q: How do I defer Microsoft's scheduled migration of my Single Server to Flexible Server. A: From Microsoft: Issue: Below is an image of what I see in Azure migration section. How do I defer the date? Do I click the "Start Migration"…