-
Hello @vitabaks,
I'm trying to deploy the cluster with the ansible script, but I keep getting the following error:
```
`fatal: [172.22.134.241]: FAILED! => {"changed": true, "cmd": ["/usr/lib/p…
-
Hello,
I checked pgbouncer with PVS Stutio (linux build).
Common problems:
- you do not check result of malloc/strdup
- some expression can be simplified
- in 008 code must be corrected
In…
-
Two problems with the new `jackc/pgx` drvier when working with pgBouncer:
Pgbouncer works with `SimpleQueryProtocol`, which can be solved by:
```go
config, err := pgx.ParseConfig(s.dsn)
conf…
Vonng updated
1 month ago
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
**Describe the bug**
```
kbcli version
Kubernetes: v1.29.6-gke.1038001
KubeBlocks: 0.9.1-beta.6
kbcli: 0.9.0
```
**+ echo '"postgres" "75rbcktq"'**
**To Reproduce**
Steps to reproduce the b…
-
**Describe the bug**
PgBouncer reports `*_time` metrics in `SHOW STATS` in microseconds. PgCat reports the same metrics in milliseconds.
https://github.com/postgresml/pgcat/tree/main#statistics-…
-
### Bug description
I am working on a project using supabase and prisma accelerate. I am trying to add `?pgbouncer=true` to the connection string to fix [ConnectorError: 42P05 #24798](https://github.…
-
As we have multiple services accessing a single PostgreSQL database, it doesn't make sense that every instance maintains its own database connection pool. The database server can only handle *so* many…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the commu…
-
It looks like pgbouncer was used before the docker migration:
- #768
I'm unsure what is using connections, if more than 100 connections are used (e.g. by using a lot of workers?) connection poolin…