-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to correctly specify the connection string #75
Comments
I got similar issue |
+1 same error, looks like code is outdated |
your database name specified wrong! you must keep pgbouncer as database name |
Maybe the following will be helpful for other people stumbling over this:
|
Hello, everyone! Does anyone know how to
|
@vvitad just guessing here, but did you…
|
hi, @originell! thanks for the reply
still struggling with changing timezone though. ts (timestamp) in logs is incorrect |
Could you tell me how to correctly specify the connection string if there is a dash in the name of my database. Connection string example:
- --pgBouncer.connectionString=postgres://$(DB_USER):$(DB_PASSWORD)@127.0.0.1:5432/tmp-test-db?sslmode=disable&connect_timeout=10
The error I am getting:
{"caller":"collector.go:129","err":"error pinging pgbouncer: \"pq: unrecognized configuration parameter \\\"stats\\\"\"","level":"error","msg":"error setting up DB connection","ts":"2022-05-10T19:56:15.348Z"}
Or I can't use the current database and I need to create a new one? Could you please helm me? Thanks
The text was updated successfully, but these errors were encountered: