Skip to content

Instantly share code, notes, and snippets.

@kristow31
kristow31 / pgbouncer_centos8.sh
Last active December 6, 2021 08:17 — forked from coder4web/pgbouncer_centos8.sh
CentOS 8 PgBouncer setup
# https://www.pgbouncer.org/install.html
# sudo dnf install pgbouncer
# Problem: package pgbouncer requires python-psycopg2, but none of the providers can be installed
# https://www.pgbouncer.org/install.html#building
sudo dnf install libevent libevent-devel
# https://www.pgbouncer.org/downloads/
wget -c https://www.pgbouncer.org/downloads/files/1.16.1/pgbouncer-1.16.1.tar.gz
tar xvfz pgbouncer-1.16.1.tar.gz