From 86b8e8bd40f91dd24d0b5fdad689eadef7fce090 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 7 Nov 2009 11:01:19 +0100 Subject: [PATCH 1/1] Correct minor error in max_connections doc -- introduced by Kern --- docs/manuals/en/main/postgresql.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manuals/en/main/postgresql.tex b/docs/manuals/en/main/postgresql.tex index e900c21b..3defc639 100644 --- a/docs/manuals/en/main/postgresql.tex +++ b/docs/manuals/en/main/postgresql.tex @@ -102,7 +102,7 @@ An important thing to note here is that {\bf Bacula} makes two connections to the PostgreSQL server for each backup job that is currently running. If you are intending to run a large number of concurrent jobs, check the value of {\bf max\_connections} in your PostgreSQL configuration file to ensure -that it is larger than two times the setting {\bf Maximum Concurrent Jobs} +that it is larger than the setting {\bf Maximum Concurrent Jobs} in your director configuration. {\bf Setting this too low will result in some backup jobs failing to run correctly!} -- 2.39.5