From 59307b3e4e1fbdbe07dcbe08781c81e6312f0c23 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Mon, 3 Oct 2022 15:00:59 +0200 Subject: [PATCH] DOC: config: Fix pgsql-check documentation to make user param mandatory The username is required in the Start-up message. Thus, since the 2.2, when this health-check was refactored, the user parameter is mandatory. On prior versions, when no username is provided, no pgsql check is performed but only a basic tcpcheck. This patch should be backported as far as 2.2. --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index db86f17f7..f16c779b1 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -9717,7 +9717,7 @@ no option persist See also : "option redispatch", "retries", "force-persist" -option pgsql-check [ user ] +option pgsql-check user Use PostgreSQL health checks for server testing May be used in sections : defaults | frontend | listen | backend yes | no | yes | yes