]> git.sur5r.net Git - bacula/docs/commitdiff
Add note for script rights
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 8 Apr 2010 15:07:52 +0000 (17:07 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 8 Apr 2010 15:07:52 +0000 (17:07 +0200)
docs/manuals/en/main/postgresql.tex

index 0d22a7bedeed318c632fb5366b0ab24d1f3060d4..b2ff89c8efee01b5a7a8cffe121256fa92aae78e 100644 (file)
@@ -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
 \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:  
 \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
                 
                 
 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
       
 \end{verbatim}
 \normalsize