This is a collection of snapcraft recipes for Pgpool-II that can be used to create Pgpool-II snap packages.
The packages are maintained as a service to the community by Command Prompt, Inc. A PostgreSQL and Linux Professional services company. You can find Command Prompt on the web at https://commandprompt.com
If you don't want to build the binaries but instead just want to install the packages, run this command:
$ sudo snap install postgresql95-pgpool2-36
Snapcraft recipes for each Pgpool-II version are found in separate branches. To build a specific Pgpool-II version simply check out a branch that corresponds to the version you need and run snapcraft
in a root of that branch checkout.
To install a local build of a snap package run this command:
$ sudo snap install --force-dangerous postgresql95-pgpool2-36_3.6.0_amd64.snap
To install from Ubuntu Store simply run:
$ sudo snap install postgresql95-pgpool2-36
Refer to official documentation that explains how to configure Pgpool-II.