PGbouncer does not connect via service on windows

1

I installed pgbouncer as a service on windows 10 using:

pgbouncer.exe --regservice   <pgbouncer.ini>

Placing the ini path and from the folder where the pgbouncer exe is. The service is installed normally and I can start it by the windows service manager.

But when I connect using zeos in delphi it says:

SQL Error: ERROR: No such user: postgres

The same error occurs with psql.

If I start pgbouncer via cmd using:

pgbouncer pgbouncer.ini

It's all right. Only the service that does not work.

    
asked by anonymous 27.06.2017 / 21:45

1 answer

1

The whole problem is due to version . I installed the version: 1.6.1 64bit and it worked.

    
30.06.2017 / 20:22