Skip to main content
Stack Overflow for Teams is now Stack Internal: See how we’re powering the human intelligence layer of enterprise AI. Read more >
Filter by
Sorted by
Tagged with
0 votes
1 answer
1k views

I've created Azure Database for Postgres Flexible Server with "DbAdmins" group as Microsoft Entra Administrator I need to add EntraId user and as a regular user with limited priviledges to '...
Liero's user avatar
  • 27.8k
2 votes
1 answer
502 views

I've assigned a Group (Microsoft Entra) as Postgres server admin. I'm member of the group. I'm able to access the DB with groupname as user: $ ACCESSTOKEN="$(az account get-access-token --...
Liero's user avatar
  • 27.8k
0 votes
2 answers
1k views

I'm a little confused on what exactly is required in order to be able to login to Azure Database using Microsoft EntraId Identity resp. Service Principal. There are different articles: This one says ...
Liero's user avatar
  • 27.8k
0 votes
0 answers
43 views

I have and Azure DevOps CD pipeline, that deploys Azure Infrastructure (using Pulumi). It creates and Azure Database for PostgreSQL. I want to create SQL User (other than existing superadmin) in ...
Liero's user avatar
  • 27.8k
0 votes
1 answer
1k views

I am trying to connect and update databases in an Azure Database for PostgreSQL Flexible Server during my release pipeline in Azure DevOps. However due to the security restrictions within my ...
Code Vader's user avatar
2 votes
1 answer
523 views

I'm trying to deploy a PostgreSQL database via ARM template, along with around 33 config changes during deployment. Some of the configurations are updated but the rest fail with '<server>' is ...
thmswlkr's user avatar
0 votes
1 answer
444 views

I want to insert data into and update a table in Azure DB for PostgreSQL using Data flow in ADF. But I cannot create connection between data flow and DB due to a network error. Because of company ...
user avatar
0 votes
1 answer
440 views

I have got an issue when trying to connect Azure postgres database from Nodejs app. Connecting by sequelize and pg lib give me same issue "no pg_hba.conf entry for host". After looking ...
Cuong Nguyen's user avatar
0 votes
1 answer
458 views

I'm running a Dotnet Web API in a container on Azure App Services (Free tier plan). In my application, I check the POSTGRES_CONN_STRING environment variable and then use it as a connection string for ...
skynyrd's user avatar
  • 982
0 votes
1 answer
329 views

I'm trying to access Azure App Service Database (Postgress)from a client tool install in my local machine. But still I could not figure-out how to do this. Can some one please help on this ? Thanks.
kamprasad's user avatar
  • 648
0 votes
2 answers
2k views

I would want to connect SqlAlchemy to Azure Database for Postgres with token based authentication to achieve Single Sign On (SSO) by using Azure Active Directory (AAD), but seems like SqlAlchemy ...
Tien Dang's user avatar
1 vote
0 answers
2k views

I was working on a project in which customer is asking us to copy a production DB (87 GB) from a production Azure Database for PostgreSQL Single Server (version 11) to another one in pre-production ...
Ivan IP's user avatar
  • 11
0 votes
2 answers
2k views

I have an Azure Function that connects to an Azure Database for PostgreSQL flexible server, but I am getting a timeout (while from my local I can do it without any problem). After some research, I ...
Rorepio's user avatar
  • 384
1 vote
1 answer
2k views

I created a new database in Flexible Server and enabled the pgbouncer. When I run SHOW DATABASE, it only displays two databases. How to assign a newly created database to pgbouncer.please find the ...
remo's user avatar
  • 13
2 votes
1 answer
2k views

I tried to create new database with different (than en_US.utf8) collation on Azure Microsoft.DBforPostgreSQL flexibleServers. CLI and Bicep gives "Internal Server Error" as a message and ...
Räyhä's user avatar
  • 61
0 votes
1 answer
1k views

I am trying to run logs for Azure Database for PostgreSQL flexible server, but I keep on getting this in the image below, what could be the solution?
Lutaaya Huzaifah Idris's user avatar
0 votes
1 answer
1k views

I am trying to create a odbc connection for a Azure PostgreSQL db. Currently getting the error SSL SYSCALL error: Connection reset by peer (0x00002746/10054). When I disable Enforce SSL Connection, on ...
aruN's user avatar
  • 161
0 votes
1 answer
86 views

It is for an asp.net core project following microservice architecture.
Sreelakshmi S's user avatar
1 vote
1 answer
1k views

I would like to create PostgreSQL for location based service needs. I would install GIS extensions next. I have created manually Azure Database for PostgreSQL flexible server to decide correct config. ...
Kenny_I's user avatar
  • 2,561
0 votes
1 answer
259 views

I am very new to Postgress security topic. I have used the following commands to create a user. CREATE USER myuser WITH PASSWORD 'PASSWORD'; GRANT CONNECT ON DATABASE "MyDB" TO myuser; GRANT ...
Mori's user avatar
  • 2,584
0 votes
2 answers
2k views

I am looking for a way to connect my Next.js application with Azure Database for PostgreSQL server. Prisma seems to work well with Next.js but I can't figure connection string or if it is even ...
Tomáš Tom Haverla's user avatar
3 votes
1 answer
1k views

I have encountered a problem that has known solutions if you are hosting your own server, but I do not know how to resolve on an Azure managed PostgreSQL DB instance. I was performing a VACUUM FULL on ...
Marcel's user avatar
  • 41
0 votes
1 answer
559 views

I have created a Flexible Server (Azure database for postgreSQL), I am using pgadmin to connect to this database (Encoding UTF8), I have a table named skills, and using pgadmin shows the spanish words ...
EduardoUstarez's user avatar
2 votes
0 answers
817 views

could you please advise how I can use Npgsql to enable Azure Data Catalog (ADC) to access an Azure Database for PostgreSQL Server using TLS >= 1.2? I get the following error when I use the local ...
Peter Horniak's user avatar
1 vote
1 answer
8k views

I got some problem to provision with tags on Azure database for PostgreSQL services, My code be like module "postgresql" { source = "./modules/postgresql" service = var.service . ...
Phatter's user avatar
  • 23
0 votes
1 answer
813 views

All managed dB services on azure have data encryption at rest turned on by default( as per azure docs). How to see the status on it for Azure postgresql.? Right now when I do "az postgres server show -...
Aravind's user avatar
  • 4,208
0 votes
0 answers
329 views

I have a General Purpose Single Server instance of Azure DB for PostgreSQL where I have installed the pgAudit plugin. I am trying to add more data to the pgAudit session auditing entries by following ...
Lotusmeristem's user avatar
0 votes
1 answer
336 views

I use Azure Database for PostgreSQL server I can't restore my server it give me the following error The resource operation completed with terminal provisioning state The user name conflict with ...
Ayman Elarian's user avatar
1 vote
1 answer
298 views

Our dev ops team have whitelisted my home ip address so that I can connect to our Postgres database on Azure. I am able to connect to our Azure database due to this. Today I set up a VM in order to ...
Doug Fir's user avatar
  • 21.5k
2 votes
2 answers
4k views

How can I connect to an Azure PostgreSQL database, from a remote machine? Update 2. I can connect to the database from WSL/Ubuntu using sudo psql, but I can't using plain psql. So it's a permissions ...
DamonJW's user avatar
  • 3,742
0 votes
1 answer
4k views

Azure Database for the PostgreSQL server is displaying 100% CPU utilization every day from 10 AM to 12 PM. The load on the server is minimal when this is happening. Did anyone face the same issue? ...
Manoj vardhan reddy's user avatar
0 votes
1 answer
3k views

I have created pipeline using Azure DevOps for Azure PostgreSQL database. What actually pipeline do? Connect to PostgreSQL; Remove database db_test from PostgreSQL using Azure CLI; az postgres db ...
Darii Nurgaleev's user avatar
1 vote
1 answer
11k views

I have provisioned Azure Database for Postgresql, I'm trying to execute copy command in c# Azure function to load data from csv file to the database. It throws an error saying ERROR: must be ...
user2350134's user avatar
2 votes
1 answer
3k views

To simulate a device I want to use a Logic App to fill a Azure Database for PostgreSQL with test data. I found the two connectors PostgreSQL and SQL server but unfortunately both don't work for me. ...
CrazySocke's user avatar
11 votes
2 answers
7k views

I'm experiencing poor performance from Azure PostGreSQL-PaaS and need help with how to proceed. I'm trying out Azure PostGreSQL-PaaS in a project. I'm experiencing an intolerable performance from the ...
Gunnis's user avatar
  • 203
0 votes
1 answer
1k views

I am trying to change some global settings below for auto-vacuum on an Azure Database for PostgreSQL instance. select * from pg_settings where name like 'autovacuum%' Say if I want to change the ...
chi's user avatar
  • 501
0 votes
0 answers
211 views

We are using Azure Database for PostgreSQL Basic Plan (vCore 2) for development environment. When we try to debug our application from Visual Studio (EF PostgreSQL), we often get "Unknown message ...
pirimoglu's user avatar
  • 328
5 votes
1 answer
2k views

I am trying to create a role in Azure PostgreSQL that is allowed to bypass row level security so I can run backups which do not fail when row level security is enabled for all users apart from my ...
Ollie's user avatar
  • 1,170
0 votes
1 answer
2k views

Getting error messages. Seems this is not possible ? message is : The JSON provided in the request body is invalid. Property 'server' value 'postgres-mydatabase123.postgres.database.azure.com' is ...
user2022284's user avatar
1 vote
1 answer
976 views

While using the database service for postgresql om azure, it looks like it is not possible to create a custom template database. What I want to achieve, is that a regular account, csn create new ...
Wouter's user avatar
  • 371
7 votes
2 answers
16k views

I want to install an application (Odoo) that uses PostgreSQL, but it needs you create a superuser Role to allow the aplication process instalation create its own database. I just created an Azure ...
Saulo Tapia's user avatar
1 vote
4 answers
2k views

Azure Database for MySQL server is still in preview, though we can created database instance on it. I wonder do we have any API to retrieve the databases that we created on Azure Database for MySQL ...
Jerry's user avatar
  • 21
3 votes
2 answers
2k views

I want to set up connections from a kubernetes cluster (created via az acs create with mostly default settings) to an Azure Postgresql instance, and I'd like to know what source-IP range to enter in ...
yungchin's user avatar
  • 1,599
5 votes
1 answer
3k views

When I select "sslmode=verify-full" when connecting to my postgres server in Azure, the connection fails with the following error: server certificate for "<region>.control.database.windows.net"...
Shantanu's user avatar
  • 2,921
44 votes
8 answers
55k views

I get a connection failure when I try to connect to my postgres server in Azure from my app/client, which does not have SSL enabled. Unable to connect to server: FATAL: SSL connection is required. ...
Shantanu's user avatar
  • 2,921
14 votes
3 answers
14k views

When trying to connect to my postgres server in Azure from psql client, I get the following error, even though I am using the correct username. How can I fix this? psql: FATAL: Invalid Username ...
Shantanu's user avatar
  • 2,921
3 votes
1 answer
6k views

After creating a new server in the Azure Database for PostgreSQL service, I get the following error when trying to connect to it. The server has been created since I see a notification on the Azure ...
Shantanu's user avatar
  • 2,921
3 votes
2 answers
1k views

There're just two new Azure Services released, Azure Database for MySQL and PostgreSQL, As a Java developer I'm wondering how to connect to them, Shall the regular JDBC drivers still work?
Eric_Zhang's user avatar