Docker image with pgpool2.
In todo-list I will make this image able to pull some info from AWS cli (new replicas, replication problems) and react by reloading pgpool configuration (for example)
sr_check_user = 'my_user'
# Streaming replication check user
# This is neccessary even if you disable streaming
# replication delay check by sr_check_period = 0
sr_check_password = 'my_password'
FROM enryold/pgpool2-aws
COPY ./myconfigfolder/* /usr/local/etc/
Content type
Image
Digest
Size
227.3 MB
Last updated
over 10 years ago
docker pull enryold/pgpool2-aws