From: Eric Bollengier Date: Thu, 8 Apr 2010 15:07:52 +0000 (+0200) Subject: Add note for script rights X-Git-Tag: Release-5.2.1~123 X-Git-Url: https://git.sur5r.net/?p=bacula%2Fdocs;a=commitdiff_plain;h=3feb9b48794a4319a33a2f1d67f11b6339f2eca8 Add note for script rights --- diff --git a/docs/manuals/en/main/postgresql.tex b/docs/manuals/en/main/postgresql.tex index 0d22a7be..b2ff89c8 100644 --- a/docs/manuals/en/main/postgresql.tex +++ b/docs/manuals/en/main/postgresql.tex @@ -388,7 +388,8 @@ before proceeding with this process! \item Start PostgreSQL on your system. \item Create a bacula user in Postgres with the createuser command. Depending on your Postgres install, you may have to SU to the user who has privileges to - create a user. + create a user, you can also have to change permissions on catalog scripts + to fit your situation. \item Verify your pg\_hba.conf file contains sufficient permissions to allow bacula to access the server. Mine has the following since it's on a secure network: @@ -399,8 +400,7 @@ local all all trust host all all 127.0.0.1 255.255.255.255 trust -NOTE: you should restart your postgres server if you - made changes +NOTE: you should reload (or restart) your postgres server if you made changes \end{verbatim} \normalsize