On 06/08/2015 02:52 PM, Denis Witt wrote:

> Database is about 2.5Gb. Is there an easy way to convert my Catalog to
> use Postgres?

If you comment out RunAfterJob in BackupCatalog job def you'll get
/var/spool/bacula/bacula.sql. That should be directly loadable into
postgres bacula db unless mysql does something silly there like using
"\N" instead of NULL:
psql -U bacula -d bacula -f /var/spool/bacula/bacula.sql

Disclaimer: I have never tried this myself.
-- 
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to