Hi,

In the script make_catalog_backup bacula 1.38.5 are the following lines:

#  To read back a PostgreSQL database use:
#     cd /home/marc/bacula/bin/working
#     dropdb bacula
#     psql bacula <bacula.sql
#

I think the line 'createdb bacula' is missing, and it should read

#  To read back a PostgreSQL database use:
#     cd /home/marc/bacula/bin/working
#     dropdb bacula
#     createdb bacula
#     psql bacula <bacula.sql
#

--
Best regards

Marc Cuypers


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to