Getting Started
This guide will help you install and launch pgbalancer for the first time.
- Download the latest release from GitHub.
- Edit
pgbalancer.yaml
to configure your pools and backends. - Start pgbalancer:
$ pgbalancer -c pgbalancer.yaml
- Connect your application to
localhost:6432
.
For more details, see the Configuration page.