I have installed pg-pool 2 using their GitHub repository
When I use the command:
pgpool -n &
I have installed pg-pool 2 using their GitHub repository
When I use the command:
pgpool -n &
For this you have to create a folder pgpool in the /var/run directory
cd /var/run
sudo mkdir pgpool
and then give write rights to the directory:
sudo chmod -R a+rwx pgpool`
Then run pgpool using:
sudo pgpool -n &