Unable to connect on PostgreSQL via pgbouncer.
See original GitHub issueHi, I’m trying to connect commafeed on postgresql via pgbouncer but I’m getting this error in pgbouncer
2014-03-10 21:13:59.385 5773 WARNING C-0x1be8bb0: (nodb)/(nouser)@127.0.0.1:38733 unsupported startup parameter: extra_float_digits=2
2014-03-10 21:13:59.385 5773 LOG C-0x1be8bb0: (nodb)/(nouser)@127.0.0.1:38733 closing because: Unsupported startup parameter: extra_float_digits (age=0)
2014-03-10 21:13:59.385 5773 WARNING C-0x1be8bb0: (nodb)/(nouser)@127.0.0.1:38733 Pooler Error: Unsupported startup parameter: extra_float_digits
Commafeeds logs show this :
https://gist.github.com/moumoul/9473401
My database configuration file is like this:
<Resource id="PostgreSQL" type="DataSource">
JdbcDriver org.postgresql.Driver
JdbcUrl jdbc:postgresql://localhost:6432/commafeed
UserName xxxxxxxxxxxxx
Password xxxxxxxxxxxx
MaxActive 5
</Resource>
This configuration file is working fine when I’m directly connect to PostgreSQL.
Issue Analytics
- State:
- Created 10 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
PgBouncer Unable to connect to postgres master #1511
I think the problem is PGBouncer does DNS lookup in parallel, and at least one of the query is returning ServerFail , which...
Read more >can't connect to pgbouncer administration database
Show activity on this post. I installed pgbouncer and I setup the pgbouncer. ini and my application can connect to pgbouncer and make...
Read more >OperationalError: ERROR: pgbouncer cannot connect to server
It seems the connection is going through, but the user and database name is postgres . Those credentials aren't what I supplied in...
Read more >unable to connect via pg bouncer - Google Groups
unable to connect to postgres db via pgbouncer. this occurs both if pgbouncer added ... connect through pgbouncer to postgres database and get...
Read more >PostgreSQL Connection Pooling with PgBouncer - pgDash
PgBouncer is an open-source, lightweight, single-binary connection pooler for PostgreSQL. It can pool connections to one or more databases (on possibly ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So to save the next guy from clicking the link above, the “fix” is to add this to the config.ini under the
[pgbouncer]
section:To save the next next guy some more clicks:
http://lists.pgfoundry.org/pipermail/pgbouncer-general/2008-November/000307.html