How to install PostgreSQL client on Azure Web App (Windows)?

Abdul Rehman Aftab 1 Reputation point
2022-06-29T17:08:49.48+00:00

Hi,
I have Azure Web App (Windows), and I wanted to do some db automations. Our database is postgresql database.
I want to use pg_dump command to run on our Azure Web App. And for that we need to install PostgreSQL client on Azure web app. How to do that?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,875 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Bruno Lucas 4,411 Reputation points MVP
    2022-06-29T21:41:20.02+00:00
    0 comments No comments

  2. si li 20 Reputation points
    2023-07-25T11:40:26.55+00:00

    Download and install PostgreSQL windows package from PostgreSQL website.

    Unpack the zip archive, then you can use psql and pg_dump under bin directory.

    0 comments No comments