I am trying to take a mysql version 11 db and import it into a postgre db for 
later
update to version 12. I exported as per the manual,
`mysqldump -u root -p -f -t -n bacula >bacula_backup.dmp`

After manually creating the postgre db and verifying it, I attempted
`psql -Ubacula bacula < bacula_backup.dmp` which failed w/ syntax errors 
miserably.

Anyone know what to do here?

Thanks!
jlc

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to