Re: Can anyone help setting up pgbouncer?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Can anyone help setting up pgbouncer?
Дата
Msg-id 4B048321.4070104@archonet.com
обсуждение исходный текст
Ответ на Re: Can anyone help setting up pgbouncer?  (Nick <nboutelier@gmail.com>)
Список pgsql-general
Nick wrote:
>
> lsof -i | grep pgbouncer
>
> results in no output.

Then it's either not running or not listening on a port (you did run
that as root, didn't you?). Does "ps aux | grep pgbouncer" show it?

Your pgbouncer logfile should show the "File descriptor limit" line
followed by one or more "listening on ..." lines. These lines should
mention the port you're trying to connect to.

If that all looks fine, but you still can't connect, stop pgbouncer and
start it again but without the "-d" option and with the "-v" option.
This will stop it from running as a daemon but make it more verbose.
Hopefully we can see what it's doing then.

--
  Richard Huxton
  Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: Tech 2010
Дата:
Сообщение: Re: vacuumdb: vacuuming of database "xy" failed: PANIC: corrupted item pointer: 19227
Следующее
От: Scott Bailey
Дата:
Сообщение: Enum on-disk format