Skip to content

Commit

Permalink
DB hostname comment for Ubuntu based installation
Browse files Browse the repository at this point in the history
If the DB hostname in the datacube_integration.conf file is set to localhost, the integration tests fail with the message that implies database connectivity issue. This is because for Ubuntu, postgres uses /var/run/postgresql folder. 
The fix was mentioned in this issue: opendatacube#1329
  • Loading branch information
sanjeev0210 committed Jan 21, 2023
1 parent 9150646 commit d2784da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/installation/setup/common_install.rst
Expand Up @@ -92,6 +92,7 @@ Then edit the ``~/.datacube_integration.conf`` with a text editor and add the fo
db_username: <foo>
db_password: <foobar>

Note: For Ubuntu Setup the db_hostname should be set to "/var/run/postgresql". For more refer: https://github.com/opendatacube/datacube-core/issues/1329

Verify it all works
===================
Expand Down

0 comments on commit d2784da

Please sign in to comment.