Getting Started

This guide will help you install and launch pgbalancer for the first time.

  1. Download the latest release from GitHub.
  2. Edit pgbalancer.yaml to configure your pools and backends.
  3. Start pgbalancer:
    $ pgbalancer -c pgbalancer.yaml
  4. Connect your application to localhost:6432.

For more details, see the Configuration page.