22 lines
617 B
Plaintext
Raw Normal View History

$OpenBSD: README,v 1.3 2011/01/04 14:54:28 pea Exp $
2010-11-23 18:14:19 +00:00
Running pgbouncer on OpenBSD
============================
2010-11-23 18:14:19 +00:00
Post-installation steps:
------------------------
1. Carefully edit ${SYSCONFDIR}/pgbouncer/pgbouncer.ini and
${SYSCONFDIR}/pgbouncer/userlist.txt to fit your needs.
2010-11-23 18:14:19 +00:00
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
2010-11-23 18:14:19 +00:00
Random hints:
-------------
Check /var/log/pgbouncer/pgbouncer.log if something goes wrong.