Menu

#89 backup crash

closed
nobody
backups (46)
5
2011-10-04
2009-05-20
Anonymous
No

phpmyBackuppro works great for me, exept for one database. When i try to backup this database the backup proces stops after a few seconds and doesn't display an error massage, just a blank page. (in the iframe) Can you tell me what goes wrong?

Info:
It is a very large database, > 15 tables, thousands of entry's
Mysql version: 5.0.41
phpmybackuppro v2.1
PHP Version: 5.2.6

Discussion

  • Dirk

    Dirk - 2011-10-04

    If the memory limit for PHP or the PHP timeout value is to low, fails to backup large databases.
    Therefore increase the memory limit and the timeout value to backup these large databases,
    There are several ways to do this - please have a look into the PHP help:

    http://de.php.net/manual/info.configuration.php#ini.max-execution-time
    http://php.net/manual/ini.core.php (memory_limit)

     
  • Dirk

    Dirk - 2011-10-04
    • status: open --> closed
     

Log in to post a comment.