-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi,
When restart the container after a stop I got the following error message :
2016-10-10 18:52:58 LOG: pid 6: Backend status file /var/log/postgresql/pgpool_status does not exist 2016-10-10 18:52:58 LOG: pid 6: pgpool-II successfully started. version 3.3.2 (tokakiboshi) pid file found. is another pgpool(6) is running? Traceback (most recent call last): File "/usr/bin/start-pgpool2", line 56, in <module> run('pgpool', '-n', '-f', '/etc/pgpool2/pgpool.conf', '-F', '/etc/pgpool2/pcp.conf') File "/usr/bin/start-pgpool2", line 35, in run check_call([app] + list(args)) File "/usr/lib/python2.7/subprocess.py", line 540, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['pgpool', '-n', '-f', '/etc/pgpool2/pgpool.conf', '-F', '/etc/pgpool2/pcp.conf']' returned non-zero exit status 1
And it does not work anymore.