]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manual/catmaintenance.tex
Update
[bacula/docs] / docs / manual / catmaintenance.tex
index 77448757a1439936aee2810967b16d2eb42a1628..f336d86b95cdb99cdfdff70f5f38492224d9bd62 100644 (file)
@@ -385,14 +385,12 @@ version.
 
 You may begin using Bacula with SQLite then later find that you want to switch
 to MySQL for any of a number of reasons: SQLite tends to use more disk than
-MySQL, SQLite apparently does not handle database sizes greater than 2GBytes,
-... Several users have done so by first producing an ASCII "dump" of the
-SQLite database, then creating the MySQL tables with the {\bf
-create\_mysql\_tables} script that comes with Bacula, and finally feeding the
-SQLite dump into MySQL using the {\bf -f} command line option to continue past
-the errors that are generated by the DDL statements that SQLite's dump
-creates. Of course, you could edit the dump and remove the offending
-statements. Otherwise, MySQL accepts the SQL produced by SQLite. 
+MySQL; when the database is corrupted it is often more catastrophic than
+with MySQL or PostgreSQL.
+Several users have succeeded in converting from SQLite to MySQL by
+exporting the MySQL data and then processing it with Perl scripts
+prior to putting it into MySQL. This is, however, not a simple
+process.
 
 \label{BackingUpBacula}
 \subsection*{Backing Up Your Bacula Database}