I am using Azure DevOps Pipelines in order to copy databases from one Azure Database for PostgreSQL Flexible Server (in my prod environment) to another Azure Database for PostgreSQL Flexible Server (in my testing environment) by means of pg_dump and…
We are using this template from Azure.
DB used is "postgresql flexible-server" as DB from web app, we can connect to DB.
What is the best practice to deploy and execute DB/Table schema script on database server as one time process ?
E.g. using some…
I have a kubernete microservice that can access Postgres, both in Azure. If I run the microservice container in my local and access the same Postgres in Azure, it has no problem. But if run the same container in AKS vm, the fetchall just hangs for…
I have a GB PostgreSQL database dump. I need to import it into an Azure postgreSQL single server.
I know the below command but I prefer the import done inside DB without command line in the hosting OS environment.
psql -U postgres -d mydatabase -f…
I try to scale (provide more Cores) to my Azure Postgres DB (Flexible Server). No matter which size I choose, I always get the same error: "Specified Availability Zone not supported in this region."
The DB is deployed to Sweden Central. According to…
All I did was follow the instructions on this Microsoft tutorial about Using Spring JPA with Azure Database for PostgreSQL.
I followed the tutorial step-by-step. It did work on local, but once I tried deploying to Azure App Service using the…
I have enabled Azure Postgresql SSL connection mode and after doing that I was not able to connect to Postgres database using dbForge, it is showing that SSL connection is required. Please specify SSL options and retry. I can able to access the…
Azure postgre sql can be installed via terraform(git lab CI). But how to configure extension. At the moment we are doing this manually.
For instance, application teams that have functionality that needs encryption can enable pg_crypto by using the…
Currently we are using Oracle 19c external table functionality on-prem whereby CSV files are loaded to a specific location on DB server and they get automatically loaded into an oracle external table. The file location is mentioned as part of the…
Azure Postgres Single server version is 11. Is it possible to upgrade it to 13+ version using dump and restore as mentioned here:
https://learn.microsoft.com/en-us/azure/postgresql/how-to-upgrade-using-dump-and-restore
It should still remain Single…
I am using an open source platform to customize my application which runs using postgre SQL. From local it is working fine and when I try to connect with Azure Postgre SQL it is asking for some security keys and those are not available.
My main…
I have an un-updated local Postgres server, running on a docker container, now I want to update all new records from Production DB,
which runs on Azure Postgres DB.
I'm aware of the pg_dump as in this Answer
but, I'm not clear where should I commend…
I hope anyone can tell me what I am doing wrong here. I have upgraded an Azure Postgres PaaS database from version 10 to 11. I've just followed the Microsoft guide for doing the upgrade. All went fine and after recreating the private endpoints, I…
Is it possible to support near zero downtime deployment with Azure managed PostgreSQL (either Single Server or Flexible Server)? If yes, could you please advise the best practices to implement such a set up in both single server and flexible server…