\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:
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