-
(the last comment was from me.. I forgot to login.. grrr..)
2009-07-30 13:54:31 UTC in AutoMySQLBackup
-
I forgot to mention: this issue is with the version of mysql client/mysqldump (not the server). I'm dumping databases from a MySQL 4.1 server using a 5.0.x MySQL client/mysqldump on a different box.
2009-07-29 14:02:31 UTC in AutoMySQLBackup
-
Big issue with this patch if your using MySQL 5.0.27 or newer; the mysqldump command adds a comment to the end of the file that includes the date when the dump completed. This makes every dump different, even then the data has not changed.
You'll need to add the "--skip-dump-date" to the $OPT for mysqldump to avoid this issue.
2009-07-29 14:00:23 UTC in AutoMySQLBackup
-
wipe_out, do you plan on rolling in any of the out-standing patches and providing a new release of automysqlbackup?
I just migrated to Ubuntu and their repo. version of automysqlbackup still has bug #1575311 in it.
2009-07-24 18:01:31 UTC in AutoMySQLBackup