Quote:
Originally Posted by Paul M
There is no limit built into this, so as long as your php does not timeout there is no reason you can t use it with a 2GB database.
|
I'm having the timeout issue. Backup stops around table "template" or "thread". Any suggestions? I'm on godaddy. I had the write error issue, too. I simply changed
$backup['DUMP_PATH'] = '../../backups/'; to
$backup['DUMP_PATH'] = './backups/';
and it worked just fine. Also change the date to small L and that works just fine, too. Thanks!
P.S. I'd love for this to work... I'm getting real tired of running mysqladmin backups!