openbsd-ports/databases/pgbouncer/pkg
2011-05-11 06:26:03 +00:00
..
DESCR fix various typos, from Anthony J. Bentley with a few tweaks by myself 2011-03-14 09:15:33 +00:00
pgbouncer.rc Use '-q' as advised in the man page so that we don't polute the output. 2011-01-13 16:31:45 +00:00
PLIST Forgot in previous... (not my day) 2011-05-11 06:26:03 +00:00
README + update to 1.3.4 2011-01-04 14:54:28 +00:00

$OpenBSD: README,v 1.3 2011/01/04 14:54:28 pea Exp $

Running pgbouncer on OpenBSD
============================

Post-installation steps:
------------------------
1. Carefully edit ${SYSCONFDIR}/pgbouncer/pgbouncer.ini and 
   ${SYSCONFDIR}/pgbouncer/userlist.txt to fit your needs.

2. Launch pgbouncer in foreground mode to see if everything 
   is ok:

   # install -d -o _pgbouncer /var/run/pgbouncer
   # pgbouncer -u _pgbouncer ${SYSCONFDIR}/pgbouncer/pgbouncer.ini

3. Launch pgbouncer with /etc/rc.d/pgbouncer start

Random hints:
-------------
Check /var/log/pgbouncer/pgbouncer.log if something goes wrong.