RE: [Bacula-users] Migration from SQLite to MySQL.

2006-04-14 Thread Bennett, Silas (GE Indust, Security)
o do it all in one shot use the following oneliner:echo ".dump" | /usr/bin/sqlite bacula.db | bacula-sqlite_2_mysqldump.sh - | mysql -p -u baculadb       -----Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Bennett, Silas (GE Indust, Security

[Bacula-users] Migration from SQLite to MySQL.

2006-04-13 Thread Bennett, Silas (GE Indust, Security)
Hi All,   I just migrated from SQLite to MySQL with my Bacula setup. And I thought you might value some end user feedback. Things to note, the docmentation is a bit deficient (actually missleading) concerning such migrations. It might be a good Idea to update the Documentation to avoid lead