vierbergenlars / bareos_exporter

MIT License
12 stars 7 forks source link

password authentication failed for user "root" #2

Closed m0rd0r64 closed 3 years ago

m0rd0r64 commented 4 years ago

Hi vierbergenlars, when i run: bareos_exporter -dsn "postgres://bareos@blahblah@127.0.0.1/bareos?parseTime=true", the command return this error: password authentication failed for user "root". Can you help me?

thanks!!

vierbergenlars commented 3 years ago

Sorry, I totally missed your issue. For some reason I wasn't notified.

postgres://bareos@blahblah@127.0.0.1/bareos?parseTime=true

This is not a valid connection string.

You can look at the documentation of libpq to see how connection strings are specified for postgresql: https://pkg.go.dev/github.com/lib/pq#ParseURL

In this case, it would be postgres://bareos:blahblah@127.0.0.1/bareos or postgres://host=127.0.0.1 user=bareos password=blahblah dbname=bareos, whichever has your preference.

m0rd0r64 commented 3 years ago

Now works!! Thank you

Il 20/10/2020 10:27, Lars Vierbergen ha scritto:

Sorry, I totally missed your issue. For some reason I wasn't notified.

|postgres://bareos@blahblah@127.0.0.1/bareos?parseTime=true|

This is not a valid connection string.

You can look at the documentation of libpq to see how connection strings are specified for postgresql: https://pkg.go.dev/github.com/lib/pq#ParseURL https://pkg.go.dev/github.com/lib/pq#ParseURL

In this case, it would be |postgres://bareos:blahblah@127.0.0.1/bareos| or |postgres://host=127.0.0.1 user=bareos password=blahblah dbname=bareos|, whichever has your preference.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/vierbergenlars/bareos_exporter/issues/2#issuecomment-712684723, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAHR4BQ7PZNEHQFN2INZNTSLVCWJANCNFSM4RZS3SEQ.