From: Kern Sibbald Date: Sat, 7 Nov 2009 10:01:19 +0000 (+0100) Subject: Correct minor error in max_connections doc -- introduced by Kern X-Git-Tag: Release-5.0.0~44 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=86b8e8bd40f91dd24d0b5fdad689eadef7fce090;p=bacula%2Fdocs Correct minor error in max_connections doc -- introduced by Kern --- 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!}