Bekir Niyaz

Results 13 comments of Bekir Niyaz

> You also need to tell us how you attempted to connect (which command and which options), and the log entries in the postgres and pgbouncer logs from around that...

> This setup > > ``` > [databases] > test = dbname=test host=127.0.0.1 port=5432 > test = auth_user=pgbouncer > ``` > > is not correct. You have two entries for...

> I tried your setup and any user into _users_ section cannot login. Looking at the postgres logs, pgbouncer does not try to connect and execute _auth_query_ when user is...

@JelteF Before I used to create user_lookup function in every db and It was working well , after upgrade pgbouncer I jut add the global auth_dbname and pgbouncerdb lines to...

> 127.0.0.1 > Could it be the space character between the `=` and `127.0.0.1`? I didn't even touch this line, just added new lines that new feature. > 1. Is...

> Change the connection string does not require a restart, use the `RECONNECT` command or `RELOAD` command after changing the connection string. I knew It but when commented these two...

> Could you provide `SHOW POOLS` output while observing these wait messages? pools ![image](https://github.com/pgbouncer/pgbouncer/assets/30403489/35bbac85-b864-4f9d-8e40-a367b87576df) some clients with high wait_us ![image](https://github.com/pgbouncer/pgbouncer/assets/30403489/2550fbd8-c966-40ec-8c75-b381826dd305)

> what if you perform a failover , I remember paf remove symlink and go on with default pg_wal dir?

I have similar error on Rocky 9 Last metadata expiration check: 0:24:52 ago on Thu 10 Nov 2022 05:07:34 PM +03. Error: Problem: cannot install the best candidate for the...

> In the meantime, I'd suggest that people install through `pip`. I tried install through pip but pip installing 2.3.1 too for now. we should wait, nottihng to do right...