Re: [Bacula-users] Migrating from MySQL to Postgres

2015-07-06 Thread Kern Sibbald
Hello, Why don't you simply use the backup option that comes with Bacula -- (make_catalog_backup script or make_catalog_backup.pl, perl script).  I believe that the script lists in comments how to restore the Bacula catalog backup.  The make_catalog_backup

Re: [Bacula-users] Migrating from MySQL to Postgres

2015-07-06 Thread tballin
Thanks for the replys. I did a partial import without the file information. I can keep the mysql for as long as I have to keep the old backups. The main problem are the quotaitons of file names and log messages. I of course did have a look at the man page of mysqldump - but did not find any

Re: [Bacula-users] Migrating from MySQL to Postgres

2015-07-04 Thread Alan Brown
On 04/07/15 13:09, Jari Fredriksson wrote: > > On 29.6.2015 16.47, tballin wrote: >> Hi >> >> I try to migrate from am mysql db to postgres. I am failing to import >> thy mysql dump into the postrgres : >> (according to these instructions: >> http://www.bacula.org/7.0.x-manuals/en/main/Installing_C

Re: [Bacula-users] Migrating from MySQL to Postgres

2015-07-04 Thread Jari Fredriksson
On 29.6.2015 16.47, tballin wrote: > Hi > > I try to migrate from am mysql db to postgres. I am failing to import > thy mysql dump into the postrgres : > (according to these instructions: > http://www.bacula.org/7.0.x-manuals/en/main/Installing_Configuring_Post.html#SECTION00415 >