GeoHelm PostgreSQL Password

 

GeoHelm updates the PostgreSQL pg_hba.conf file on installation.

You should always set a postgres password.

To do so, connect via SSH and follow below:

root@geohelm:~# su - postgres
postgres@geohelm:~$ psql
psql (9.6.3)
Type "help" for help.

postgres=# alter user postgres with password 'BigSecret123';
ALTER ROLE
postgres=#

 

Next: Read the manual or jump to component pages below.

GeoHelm Home Page

Tomcat Config Page

Tomcat WARs Page

Java Page

GeoServer Page

PostgreSQL Page

Important Be sure to also view the sections below:

Securing Your Installation

Moving the GeoServer Data Directory

Command Line Usage