setuppgsql
Setup PostgresSQLPostgreSQL Server
This will help you to install PostgresSQLthe PostgreSQL database server .server. This tool can be used to reset postgresPostgres password also.
You can add any remote PostgresSQLPostgreSQL 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 PostgresSQLPostgreSQL
To install postgresqlthe Postgresql server, use the following command
/usr/local/eenos/scripts/setuppgsql --install
Reset PostgresSQLPostgreSQL Password
To reset the password of postgresthe Postgres user, use the following command.
/usr/local/eenos/scripts/setuppgsql --resetpgpwd
At this installation time, eenos uses PgSQL server version 13 as default.