<div dir="ltr"><div><div><div><div>Hi guys!<br><br></div>I have tested local postgresql, and it is ok for psql works:<br><span style="background-color:rgb(68,68,68)"><span style="color:rgb(238,238,238)">psql -h 127.0.0.1  -U checker -c '\l' template1</span></span></div>But as I add in `-p 9999` the pgpool is down:<br><span style="background-color:rgb(68,68,68)"><span style="color:rgb(238,238,238)">psql -h 127.0.0.1 -p 9999 -U checker -c '\l' template1</span></span></div>And I have found the latest log with these lines repeating:<br><br><span style="color:rgb(0,0,255)">2023-06-28 16:36:22.928: child pid 100980: FATAL:  pgpool is not accepting any new connections<br>2023-06-28 16:36:22.928: child pid 100980: DETAIL:  all backend nodes are down, pgpool requires at least one valid node<br>2023-06-28 16:36:22.928: child pid 100980: HINT:  repair the backend nodes and restart pgpool<br>2023-06-28 16:36:22.928: main pid 100949: LOG:  reaper handler<br>2023-06-28 16:36:22.929: main pid 100949: LOG:  child process with pid: 100980 exited with success and will not be restarted<br>2023-06-28 16:36:22.929: main pid 100949: LOG:  reaper handler: exiting normally<br>2023-06-28 16:36:28.899: child pid 100976: FATAL:  pgpool is not accepting any new connections<br><br></span></div><span style="color:rgb(0,0,255)"><font color="#000000">Attached is the current pgpool configuration.</font><br></span></div>