Thingsboard: Installation Postgresql Password

Created on 15 Sep 2017  路  3Comments  路  Source: thingsboard/thingsboard

I followed the installation instructions for the Raspberry Pi. When trying to start the ThingsBoard service I receive an error that authentication failed for user "postgres".

I changed the postgres user password during installation (as per the link), but cannot figure out how to let the ThingsBoard code know about the new password. Any suggestions?

Most helpful comment

You set the postgres password in thingsboard.yml. At the very bottom of the file you will see the username and password fields. It is postgres/postgres by default.

Just verify that you can login to your postgres instance with psql using your new password, to ensure that it was set correctly.

All 3 comments

You set the postgres password in thingsboard.yml. At the very bottom of the file you will see the username and password fields. It is postgres/postgres by default.

Just verify that you can login to your postgres instance with psql using your new password, to ensure that it was set correctly.

Thank you! That solved the problem.

I created a pull request to clarify the documentation on this point, as I've missed it as well.

Was this page helpful?
0 / 5 - 0 ratings