-
bitnami/pgbouncer:latest
-
### Name and Version
bitnami/pgbouncer
### What is the problem this feature will solve?
PgBouncer supports limiting max connections per user with [`max_user_connections`](https://www.pgbouncer.org/…
-
NDB only configures postgres servers and a separate haproxy server for HA postgres. Gitlab recommends using pgbouncer for larger workloads to avoid hitting postgres connection limits so we should inve…
-
Hello,
Hope all is well?
A great idea from a security wise perspective is to change the rabbitmq default username and password located in:
docker-compose.yml
See the following code:
```
ve…
-
## Steps to reproduce
Create a 5x postgresql cluster
Create a 3x pgbouncer cluster in front of it
Turn down 2 out of 5 postgresql instances to have a degrated but functional cluster
Try to connect…
-
We updated pgBouncer to v1.23, and we had this error:
``` time="2024-09-26T13:50:19Z" level=error msg="integration log" component=integration-errors env=production fields.level=error
fields.msg=…
-
I am using pgbouncer built from git repo from yesterday (Oct 16 2024)
It works like a charm if I provide pgbouncer password in clear
It did not work if I provide its scram encrypted password
**Pr…
-
I have set pidfile in config.ini in order to run in daemon mode.
```
pidfile = /var/run/pgbouncer/pgbouncer.pid
```
However, when I start pgbouncer, it raise an error.
```
# pgbouncer -v /etc/pg…
-
## Steps to reproduce
Integrate with COS
Stop a couple machines
In this case I stopped one postgresql and one pgbouncer unit
## Expected behavior
**NOTE: These are probably the most important a…
-
HI,
When I set auth_type = md5 the session is not established and when I use trust the session getting establish:
pgbouncer -V
PgBouncer 1.23.1
libevent 2.1.12-stable
adns: c-ar…