Stavros Foteinopoulos
Stavros Foteinopoulos
@JelteF At first, Congratulations on your marriage! Currently in 1.19.1 which we ended up using `server_tls_sslmode` is `prefer`, and the performance is not degraded, so in my understanding is not...
Right now we are in the middle of performance testing (among others and of pgbouncer), when we finish the current cycle with the pgbouncer version we are using worth to...
Our config is the following ```ini [pgbouncer] listen_addr = * listen_port = 5432 auth_file = /etc/userlist/userlist.txt auth_query = SELECT usename, passwd FROM abc WHERE usename=$1 admin_users = admin ignore_startup_parameters =...
@JelteF @pablogamboa We don't use this auth type AFAIK so for us the regression still exists.
gentle ping to re-review @gabrieljackson
Closing as not relevant anymore
We need this too so if you guide me on what image you suggest to use as base and where to deploy it I would me more than happy to...
Is this already multiarch?. If yes , for sure this can work for our use case.
@strongjz I tested the following tag ```yaml image: ingress-nginx/nginx-errors tag: "v20230505" ``` And is not working on arm instances. So even customised backend doesn't solve the arm compatibility problem.