You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Handling server reboots](#handling-server-reboots)
16
+
-[License](#license)
17
+
8
18
Requirements
9
19
------------
10
20
@@ -110,6 +120,20 @@ Display PgPool's cluster status
110
120
pcp_watchdog_info -h 127.0.0.1 -U pgpool -w -v
111
121
```
112
122
123
+
Handling server reboots
124
+
-----------------------
125
+
126
+
Although using the recommended paths from the official documentation, socket directories seems to have unsufficient privileges to be able to recreate PIDs upon server reboots.
127
+
128
+
If you're running PgPool and PostgreSQL on the same servers, you may use the following configuration instead which solves the problem :
0 commit comments