Skip to main content

setuppgsql

Setup PostgresSQL Server

InstallThis will help you to install PostgresSQL database server . This toolstool alsocan usebe used to reset postgres password tooalso.

You can add any remote PostgresSQL server from the WAP control panel

Command:

/usr/local/eenos/scripts/setuppgsql

Command Options:

Usage: /usr/local/eenos/scripts/setuppgsql  <options>=[values]

Command Groups:
Options:
    --install       -   Install PostgresSQL Server
    --resetpgpwd  -   Reset postgres password

Install PostgresSQL

To install postgresql serverserver, use the following command

/usr/local/eenos/scripts/setuppgsql --install

Reset PostgresSQL Password

To reset the password of postgres  user ,user, use the following command.

/usr/local/eenos/scripts/setuppgsql --resetpgpwd

At this timeinstallation time,  eenos useruses PgSQL server version 13 server as default installation default.