Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
392 views

I am attempting to use the TimescaleDB extension with Azure Postgres but I keep getting this error Because timescaledb isn't a trusted extension, only members of "azure_pg_admin" are ...
MRainzo's user avatar
  • 4,014
0 votes
0 answers
86 views

I want to schedule some database maintenance that consists of deleting old data followed by VACUUM: CREATE EXTENSION IF NOT EXISTS pg_cron; SELECT cron.schedule('cleanup', '* * * * *', ' CALL ...
Liero's user avatar
  • 27.8k
0 votes
1 answer
56 views

I am very new Azure and I have an OpenSUSE vm with latest AZ CLI 2.71.0 installed. I am trying to create Postgresql Flexible server through cli with the below command az postgres flexible-server ...
Manohar Amkem's user avatar
0 votes
1 answer
260 views

Is it somehow possible to have an admin user in Azure PostgreSql who has rights over all objects - he can read write, but can also alter, delete or give rights to others etc? It seems to me that this ...
pietro's user avatar
  • 221
1 vote
1 answer
254 views

Firstly I have been created a PostgreSQL 16 database on azure flexible server and then I login with the admin account and trying to use postgresql-anonymizer to mask the data but while following the ...
haxkd's user avatar
  • 17
0 votes
1 answer
200 views

We are builing a nestjs application that connects to Azure Postgresql Flexible Database server using Typeorm. We are following the passwordless apparoach using managed identity and using Entra token. ...
amn's user avatar
  • 1
0 votes
1 answer
152 views

I am trying to do restore of azure flexible postgres server on which geo redundant backup is enabled. From azure portal I am able to restore in same region. But from terraform I am getting error while ...
swapnil_bharata's user avatar
0 votes
1 answer
130 views

I created a bicep script to provision out a Postgresql Flexible server. I then build the script and output an ARM template to use in Azure Portal. The deployment fails with the following errors. No ...
Ed Mendez's user avatar
  • 1,773
1 vote
1 answer
644 views

I am trying to dump and then restore PostGreSQL databases using Azure PostGreSQL Flexible. I am using pg_dump and psql previously for these purposes. I have been succesfully using following commands ...
london_utku's user avatar
  • 1,312
0 votes
1 answer
237 views

We have data stored in different tables in azure postgresql database. Now, we want to create dashboards/reports for our clients to visualize/analyze this data (preferably in azure). I am new to this ...
user-stackoverflow's user avatar
0 votes
1 answer
399 views

I have a Postgres flexible server deployed using private networking: resource "azurerm_subnet" "vnet_subnet_postgres" { name = "my-subnet" ...
Eddy's user avatar
  • 153
0 votes
1 answer
157 views

Is there any way to set log_statement for specific user in Azure PostgreSQL Flexible Server? Normally it should be like: ALTER ROLE user_login SET log_statement TO 'all'; but due to access restriction ...
user26422324's user avatar
0 votes
1 answer
394 views

we're testing migration of postgres running on a VM to azure flexible server using the migration option in the portal. On the validation it fails saying Error 603401: Collation mismatch. Collation ...
DNA's user avatar
  • 1
0 votes
0 answers
157 views

I have been trying to migrate a database hosted in Azure PostgreSQL single server to Flexible server using the managed migration service provided. The migration fails with Foreign Key Constraint ...
mukut bhattacharjee's user avatar
1 vote
1 answer
1k views

I just want to connect from my local host machine(pgadmin) to a azure postgreSQL database with private endpoint So I have created a postgreSQL flexible server and I have choosen for the option Public ...
mightycode Newton's user avatar
1 vote
0 answers
185 views

I'm using Azure Postgres flexible server and now I want to implement table partition by several values in a column. I went through pg_partmen(v4.7.1) extension docs and seems it doesn't support list ...
Shirantha Madusanka's user avatar
1 vote
1 answer
388 views

I'm encountering a syntax error when attempting to refresh a materialized view concurrently in Azure Flexible Server for PostgreSQL v11.22. REFRESH MATERIALIZED VIEW CONCURRENTLY data.mv_summary WITH ...
praveen's user avatar
  • 105
0 votes
1 answer
443 views

I want to schedule to run a Postgresql query and Azure Monitor will generate a custom metric based on that query result then trigger an email if result return 1. I don't know how to send the SQL query ...
Hieu Hoang's user avatar
0 votes
1 answer
172 views

I have an Azure Function and a PostreSQL DB in Azure Cloud. From my Azure Function I want to access the Connection String, let's call it IT-PostgreSQL. This is my Azure Function: namespace ...
Shury's user avatar
  • 578
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
734 views

I am facing issue when creating a linked service from ADF for Azure Cosmos DB for PostgreSql CLuster.. Please help me to resolve the issue. Note: Cluster is running. In the cluster in Networking '...
Abhijit's user avatar
  • 27
0 votes
1 answer
747 views

I am trying to run some PostgreSQL command after creating the PostgreSQL. First I tried to run the psql command line on my command prompt and it works. See below screenshot The same I would like to ...
Ravi Khambhati's user avatar
0 votes
2 answers
3k views

I am going through below documentation which shows various ways to authenticate Azure PostgreSQL database with Azure Entra ID https://learn.microsoft.com/en-us/azure/postgresql/single-server/how-to-...
Ravi Khambhati's user avatar
1 vote
1 answer
1k views

I'm using Azure App Service which created an Azure Database for PostgreSQL flexible server and I keep getting this error when trying to add my local IP to the firewall throught the Azure extension on ...
code writer 3000's user avatar
0 votes
1 answer
296 views

I am going to upgrade PostgreSQL server from "Single Server" to "Flexible Server"(version 13) due to some business requirements. According to the Azure's doc, the Flexible Server ...
Masakorelab's user avatar

1
2 3 4 5