Abirami
Jun 16, 2022
Jun 20, 2022
Refer https://www.postgresql.org/download/windows to install PostgreSQL.
Refer https://www.pgadmin.org/download/pgadmin-4-windows/ to install PgAdmin4.
Click here to download pg_hba.conf.
Replace the pg_hba.conf inside masterConf folder in psql with the downloaded pg_hba.conf.
For the psql setup and startup download the below batch files and place inside psql folder.
start-psql.bat
setup-psql.bat
Click here to get the postgreSQL installation script on RHEL 7.
Click here to get the postgreSQL installation script on RHEL 8.
Click here to get the postgreSQL installation script on UBUNTU.
Back to Top