Re: pgAdmin4 v9.10 error -- connection failed: FATAL: database "24136" does not exist

2025-12-01 Thread Aditya Toshniwal
Hi Dee, It is scheduled to be released on 11th Dec if everything goes well. On Tue, Dec 2, 2025 at 2:28 AM Dee Dockery wrote: > Hi, Aditya. Thanks for clarifying that this is a known issue. > > I don't normally download nightly builds. Can you predict when 9.11 > will become available? > > Wi

Re: pgAdmin4 v9.10 error -- connection failed: FATAL: database "24136" does not exist

2025-12-01 Thread Dee Dockery
Hi, Aditya. Thanks for clarifying that this is a known issue. I don't normally download nightly builds. Can you predict when 9.11 will become available? William On Sun, Nov 30, 2025 at 10:49 PM Aditya Toshniwal wrote: > > Hi Gus, > > This is fixed with https://github.com/pgadmin-org/pgadmin4/

Re: Kerberos authentication in pgAdmin4 server

2025-12-01 Thread Haiko Sawatzky
In an attempt to get more information on what is happening, I have added a few logger lines in the python source code and built a docker image. In web\pgadmin\utils\locker.py, after line #34 I added these two (35 & 44): #34 current_app.logger.info("Acquired a lock.") *#35 current_app.logger.info