From 3feb9b48794a4319a33a2f1d67f11b6339f2eca8 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 8 Apr 2010 17:07:52 +0200 Subject: [PATCH] Add note for script rights --- docs/manuals/en/main/postgresql.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2