Hi Ravi,
most likely this is caused by wrong database credentials. Please double
check that your database name, username and password are correct. You can
try to log into your database using psql from the command line to verify.
psql -d dhis_db -U postgres
regards,
Lars
On Tue, Aug 23, 2016
Thanks for Reply.
DHIS_HOME directory hibernate.properties file
The following information in that file
hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
hibernate.connection.driver_class = org.postgresql.Driver
hibernate.connection.url = jdbc:postgresql:dhis_db
hibernate.connection.use
Hi Ravi,
do you have the environment variable DHIS2_HOME pointing to the directory
containing either hibernate.properties or dhis.conf configuration files?
Below is a link to a sample configuration file and you can just limit to
the section 'Database connection for PostgreSQL'
http://dhis2.github
3 matches
Mail list logo