Azure DMS doing a Full Load each time for a FAILED activity on PostgreSQL
Looking to migrate a 1 TB PostgreSQL database from on-prem ubuntu VM to Azure PostgreSQL Flexible Server using Azure DMS. Appears Azure DMS is doing a full load each time the migration activity fails (like when the source database is restarted, network…
Azure Database Migration service
Azure Database for PostgreSQL

Azure Database for PostgreSQL single server - Unable to connect, Connection Security page not loading
I am unable to connect to my Azure Database for PostgreSQL single server, and I am also unable to restart it. When accessing the Connection Security settings or the Server parameters page on the portal.azure.com website, the pages do not load. The server…
Azure Database for PostgreSQL
azure database for postgres and laravel application connection
i have created azure database for postgres and uploaded my database there. and give the connection details in local database IDE and am getting the connection and works smoothly. but when i connect to azure database using local laravel application am…
Azure Database for PostgreSQL
Error conection postgres
I have a VM on Azure from which I'm trying to connect to a PostgreSQL database on Azure. The connection is not working, but if I use VS Code on Windows, the connection works. I have checked ufw, the firewall, and PostgreSQL. I have also installed…
Azure Database for PostgreSQL
Azure Postgresql Flexible Server with Vnet integration
Hi We have created a Azure Postgresql Flexible server with VNET integration. When we are trying to connect to it from the pgadmin installed on local machine, it is giving connection issue. We have checked and found network issues. In one of the MS…
Azure Database for PostgreSQL

How to upgrade and downgrade Azure PostgreSQL flexible server using script and crontab?
I attempted to use a Python, Shell, or Bash script with crontab to upgrade and downgrade an Azure PostgreSQL flexible server but received an error message: "az postgres: 'flexible-server' is not in the 'az postgres' command group." It appears…
Azure Database for PostgreSQL
I was trying to deploy PostgreSQL with Private Endpoint via terraform but currently encountering this issue.
Error: creating Private Endpoint "private-endpoint" (Resource Group "RGName"): network.PrivateEndpointsClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error:…
Azure Database for PostgreSQL
Query to give all permissions to a user on a PostgreSQL database
what is the query to grant all permissions to a user on complete database level in PostgreSQL. And what sort of permissions we will get if we run that statement.
Azure Database for PostgreSQL
cost impact for the extensions in Azure Database for PostgreSQL flexible server
I would like to know if there is any cost impact if I enable all the extensions in Azure.Extensions server parameters for Azure Database for PostgreSQL flexible server
Azure Database for PostgreSQL
pgstattuple query performance
I am trying to build the query that checks dead tuples, live tuples percent, free space etc., in all my users tables using pgstattuple extension. Can you please help me with the query? Just FYI., there are couple of large tables with more than 100GB of…
Azure Database for PostgreSQL
pg_restore problem
I want to restore a postgres database and i have a problem. i do this line of code pg_restore -Fd -j 2 -d template1 /var/lib/postgresql/backup.dump -h postgres-17.postgres.database.azure.com -p 5432 -U habacookplok 2> ~/errors.log => i specify…
Azure Database for PostgreSQL

How to enable Azure Active Directory Authentication for Azure Database for PostgreSQL flexible server
How to enable Azure Active Directory Authentication for Azure Database for PostgreSQL flexible server?
Azure Database for PostgreSQL
Is there any query to fetch disk space occupied by a tablespace in Azure Database for PostgreSQL flexible server
Is there any query to fetch disk space occupied by a tablespace in Azure Database for PostgreSQL flexible server
Azure Database for PostgreSQL
What are the new server parameters added in Azure Database for PostgreSQL flexible server for Postgresql version 15. Are there any deprecated server parameters
What are the new server parameters added in Azure Database for PostgreSQL flexible server, for PostgreSQL Version 15?
Azure Database for PostgreSQL
How to achieve near zero-downtime version upgrade with PostgreSQL flexible server
The docs speak about "in-place major version upgrade process" https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-major-version-upgrade which "results in a brief period of downtime. Typically, the downtime is under…
Azure Database for PostgreSQL
How to clone a database from one azure postgres flexible server to another.
How to clone a database from one azure postgres flexible server to another.
Azure Database for PostgreSQL
Permission denied for schema cron
I configured the pg_cron extension on our postgresql 15 flexible server, however, I've been stuck for a while now trying to figure out how I am suppose to do anything with the cron schema. We upgraded from 14 to 15 couple of days back. I've added pg_cron…
Azure Database for PostgreSQL
how can I see the Pg_cron logs in the PostgreSQL log
We enabled the logs in the Azure portal, how can I see the Pg_cron logs, the outcome of jobs, in the PostgreSQL log. Just FYI., below server parameters are set to ON: cron.log_run=ON cron.log_statement=ON
Azure Database for PostgreSQL

Optimizing Performance for Postgre SQL database
Hello All, Unlike SQL Server query execution plan etc, can someone guide me as to how to or steps to optimize the performance of a postgre SQL database. Currently I am using the below sugesstions : …
Azure Database for PostgreSQL
Query to find out when the last time a database backup was taken in PostgreSQL
Looking for a query to find out when the last time a database backup was taken in Azure Database for PostgreSQL flexible server.