Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 470 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 470 Bytes

pgpool_examples

This repository showcase the examples of configuring Pgpool-II for trying out different features.

Overview

Each sub directory contains one example. Refer to README inside the sub directories These examples can be used to test the backend failover, online recovery, watchdog features and different PCP commands of Pgpool-II

How to build and run

To run the example do the following:

cd example_dir
docker-compose build
docker-compose up