906 questions with Azure Database for PostgreSQL tags

Sort by: Updated
0 answers

PSQL flexible server is in 'updating' state too long. Can't do anything with instance and databases.

I decided to upgrade from GUI Compute size of my PostgreSQL flexible server from Standard_B1ms (1vC, 2GB) to Standard_B2s (2vC, 4GB). Unfortunately, it is running about 24 hours (status "Updating"), and I can't do anything, even stop the update…

Azure Database for PostgreSQL
asked 2024-06-14T08:50:33.0466667+00:00
Michał Salasa 0 Reputation points
commented 2024-06-14T09:41:30.4966667+00:00
ShaktiSingh-MSFT 14,186 Reputation points Microsoft Employee
0 answers

Connect and query to Azure database for PostgresSql from Synapse Analytics

Hi, Is there a way to connect and query Azure Database for PostgresSql from Synapse Analytics.We need near real time data from postgres database to join the CosmosDB data in Synapse Analytics. I would really appreciate for the input. Thanks!

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,549 questions
Azure Database for PostgreSQL
asked 2024-06-13T12:33:24.1+00:00
Sathya Sai Cheetirala 0 Reputation points
edited a comment 2024-06-14T08:19:48.1433333+00:00
Harishga 4,875 Reputation points Microsoft Vendor
4 answers One of the answers was accepted by the question author.

Why are Reservations not available for Ddsv5 instances on Azure PostgreSQL Flexible Server?

I'm calculating the cost of Azure PostgreSQL Flexible Server which uses Ddsv5 instance and notice that Reservations for this series and Dadsv5 instances are not available. Is there an explanation for this? Reservations are available for the older Ddsv4…

Azure Database for PostgreSQL
asked 2023-08-11T08:12:39.71+00:00
Pitawat 341 Reputation points
commented 2024-06-14T06:50:53.5133333+00:00
Frederico Pimentel 0 Reputation points
0 answers

Get " https://management.azure.com/subscriptions/0444938f-8b72/resourceGroups/rg-prd-backend-db-psql/providers/Microsoft.DBforPostgreSQL/flexibleServers/psql--001?api-version=2023-06-01-preview" : context deadline exceeded

I have deployed Azure postgreSQL flexible server with version 16.2 using Terraform. It was working fine, since last week, post the HA is had an issue due to Azure policy we lost the connection to the DB server from Azure portal. We can see the db…

Azure Database for PostgreSQL
asked 2024-06-13T10:28:56.7366667+00:00
Thennarasu Duraikannu 0 Reputation points
commented 2024-06-14T06:16:25.2433333+00:00
ShaktiSingh-MSFT 14,186 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

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…

Azure Database for PostgreSQL
asked 2024-06-12T19:41:39.73+00:00
Kristine Kisman 0 Reputation points
accepted 2024-06-13T13:38:50.4266667+00:00
Kristine Kisman 0 Reputation points
2 answers One of the answers was accepted by the question author.

Not able to Insert Image data for two images Postgresql

[HttpPost] [ValidateAntiForgeryToken] public async Task<IActionResult> Create([Bind("Sno,No,Topic,QuestionTitle,Opt1,Opt2,Opt3,Opt4,Answer,Time,Correct,Solution,Imagedata,Imagesol")] Question question, IFormFile…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,279 questions
Azure Database for PostgreSQL
asked 2024-06-11T19:37:32.6+00:00
Maui Learner 520 Reputation points
edited a comment 2024-06-13T12:36:34.6166667+00:00
Maui Learner 520 Reputation points
1 answer

How to Handle Point-in-Time Restore with Azure PostgreSQL and Terraform?

Hello, I'm using an Azure PostgreSQL database and need to perform a point-in-time restore (PITR) as part of a disaster recovery drill. I can successfully restore the database to a new server and update my application to point to this new server. However,…

Azure Database for PostgreSQL
asked 2024-05-22T12:49:03.72+00:00
Kamal Rathnayake 31 Reputation points MVP
commented 2024-06-13T09:37:08.3266667+00:00
MChogo 25 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Database for PostgreSQL flexible server stuck in restart state

Hi, our Azure Database for PostgreSQL flexible server is stuck in restarting state. We noticed to late that storage is utilized 100% and now we can’t increase the instance or do any modifications. We can't even delete it, it just states that it is in…

Azure Database for PostgreSQL
asked 2024-05-21T06:48:24.7766667+00:00
Jonas vR 20 Reputation points
accepted 2024-06-12T06:15:45.8966667+00:00
Jonas vR 20 Reputation points
0 answers

Connection String to Grant Web App running .NET code access to PostgreSQL Flexible Server via Managed Identity

Hi, I need to deploy a webApp running .NET Code and Azure Database for PostgreSQL flexible server. Our policy is to grant webApps/functionApps access to SQL Server/MySql Server/PostgreSQL Server via Managed Identity. While, I can see connection strings…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
633 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,525 questions
Azure Database for PostgreSQL
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,145 questions
asked 2024-06-11T13:04:40.8433333+00:00
84017655 1 Reputation point
commented 2024-06-11T22:43:48.9833333+00:00
84017655 1 Reputation point
1 answer One of the answers was accepted by the question author.

Migrate PostgreSQL production database from AWS RDS to Azure PostgreSQL Flexible Server

We have moved our web apps from AWS ec2 instances to azure web apps but our database is still running on AWS RDS it’s a high traffic application and we cannot afford any downtime . any suggestion how can we move our production PostgreSQL db to azure…

Azure Database Migration service
Azure Database for PostgreSQL
asked 2024-06-09T21:25:29.1066667+00:00
D4Dilip 30 Reputation points
accepted 2024-06-11T18:42:35.8+00:00
D4Dilip 30 Reputation points
1 answer

Connecting Azure Database for PostgreSQL and Data Factory

Hello, I'd want to connect my Azure Database for PostgreSQL (from now on referred as DB) to use it as a dataset in Data Factory (from now on referred as ADF). My DB is in a private network in a resource group (rg_1) my ADF is public and is in a…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,882 questions
Azure Database for PostgreSQL
asked 2024-06-10T11:31:09.75+00:00
Laura Balbi 0 Reputation points
commented 2024-06-11T09:18:58.1366667+00:00
Amira Bedhiafi 17,786 Reputation points
2 answers

Azure data factory

Dear Team, I need to copy a data from a single table to multiple tables with mapping of columns in azure data factory by connecting with a PostgreSQL server. only one source table and I need to send that source data to the multiple sink tables by…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,882 questions
Azure Database for PostgreSQL
asked 2024-05-28T07:10:35.32+00:00
Sai Varma Eswararaju 0 Reputation points
commented 2024-06-10T08:29:07.41+00:00
PRADEEPCHEEKATLA-MSFT 82,191 Reputation points Microsoft Employee
1 answer

Reading credentials from azure failed: DefaultAzureCredential failed to retrieve a token from the included credentials.

0 I'm trying read azure default credentials but fails with following error DefaultAzureCredential failed to retrieve a token from the included credentials. 04:54:12.161 lrr-data-service-perf-green-x Attempted credentials: EnvironmentCredential:…

Azure Database for PostgreSQL
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
309 questions
asked 2024-05-28T06:16:03.5266667+00:00
Yedukondalu Mammu 0 Reputation points
commented 2024-06-06T23:15:49.1166667+00:00
Oury Ba-MSFT 16,986 Reputation points Microsoft Employee
1 answer

Postgresql flexible server parameter set up is failing with server busy error

Hi, I am trying to deploy Azure Postgresql flexible server through Bicep and GHA pipelines, the deployment is failing in configuration step with the following error, i am trying to deploy pg 16 version. can someone please help with this…

Azure Database for PostgreSQL
asked 2024-05-31T04:21:03.9433333+00:00
Manikandan M 0 Reputation points
commented 2024-06-06T05:19:34.7133333+00:00
Manikandan M 0 Reputation points
1 answer

Deleting active connections in Azure Postgresql

I would like to delete active connections in my Azure SQL Database for Postgres. I have logged into the database as admin and tried: SELECT pg_terminate_backend(pid) FROM pg_stat_activity WHERE datname = 'postgres' AND pid <>…

Azure Database for PostgreSQL
asked 2022-02-17T19:49:54.363+00:00
Kopl 166 Reputation points
commented 2024-06-05T17:40:34.3533333+00:00
2 answers

Azure Postgresql how to create a CAST

Hello, I am currently in the process of configuring a database within Azure Database for PostgreSQL flexible server. However when i try to create two CAST objects i get the following error: ERROR: must be owner of type integer or type…

Azure Database for PostgreSQL
asked 2023-09-20T14:27:04.6333333+00:00
Laurens van der Stoep (NL) 35 Reputation points
commented 2024-06-05T10:56:24.22+00:00
Lazar, Alexandru 0 Reputation points
4 answers

create sp to populate table from one db to another

Hi, how to create Store procedure to populate data from one database table to another database table and do we need to refresh or it will auto sync

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,059 questions
Azure Database for PostgreSQL
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,849 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,256 questions
asked 2024-05-21T02:56:37.6+00:00
Vineet S 205 Reputation points
commented 2024-06-04T14:28:23.0166667+00:00
ShaktiSingh-MSFT 14,186 Reputation points Microsoft Employee
2 answers

Trying to create an Azure Database for PostgreSQL flexible server with same server name which was deleted

I am trying to create an Azure Database for PostgreSQL flexible server with same server name which was deleted using terraform but running into the below error. Tried creating using Azure Portal and no luck there as getting the same error there…

Azure Database for PostgreSQL
asked 2024-06-01T07:01:10.1633333+00:00
Likith Jutur 0 Reputation points
commented 2024-06-04T04:00:13.2033333+00:00
ShaktiSingh-MSFT 14,186 Reputation points Microsoft Employee
1 answer

After Postgresql flexible migration from 14 to 16 admin user can't ALTER other role anymore

Since migrating my flexible server to postgresql version 16 my admin user can't modify roles anymore. With version 16 it's mandatory to have WITH ADMIN OPTION on roles to be able to alter them. My problem is that it wasn't the case on version 14 and my…

Azure Database for PostgreSQL
asked 2024-05-21T09:38:21.5333333+00:00
Davi, Thomas 0 Reputation points
commented 2024-06-03T19:27:22.47+00:00
GeethaThatipatri-MSFT 28,462 Reputation points Microsoft Employee
2 answers

Flexible PostgreSQL server not responsive for unknown reason

Our web server suddenly started to fail to connect to our PostgreSQL flexible server, and the portal is stuck with the message 'The server is currently in 'restarting' state. Please wait for the operation to complete. You can refresh to check status.…

Azure Database for PostgreSQL
asked 2024-05-28T13:37:10.3866667+00:00
paxbun 0 Reputation points
commented 2024-06-03T16:20:50.13+00:00
Oury Ba-MSFT 16,986 Reputation points Microsoft Employee