-
Sub-task
-
Resolution: Fixed
-
Major
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_26_STABLE
-
MDL-41147-master -
I finally got a backup of a large course (the 'L' size from MDL-38197) to complete successfully, resulting in a 900MB backup.
Unfortunately, this cannot be restored. On the first step of restore, I get this error:
Fatal error: Maximum execution time of 120 seconds exceeded in /fs1/www_root/sm449/coremoodle/lib/filestorage/zip_archive.php on line 247
|
|
Call Stack:
|
0.0004 263576 1. {main}() /fs1/www_root/sm449/coremoodle/backup/restore.php:0
|
0.5032 44979680 2. restore_ui_stage_confirm->process() /fs1/www_root/sm449/coremoodle/backup/restore.php:46
|
0.5032 44979784 3. restore_ui_stage_confirm->extract_file_to_dir() /fs1/www_root/sm449/coremoodle/backup/util/ui/restore_ui_stage.class.php:159
|
0.5033 44980744 4. zip_packer->extract_to_pathname() /fs1/www_root/sm449/coremoodle/backup/util/ui/restore_ui_stage.class.php:171
|
120.0283 49357248 5. zip_archive->get_stream() /fs1/www_root/sm449/coremoodle/lib/filestorage/zip_packer.php:305
|
120.0283 49357392 6. ZipArchive->getStream() /fs1/www_root/sm449/coremoodle/lib/filestorage/zip_archive.php:247
|
I think the system needs to display progress during the unzip. (Progress is needed during the zip too for backup - see MDL-41087 - so I'll try to build API changes that can also be used for that.)
- has been marked as being related by
-
MDLSITE-6129 Timeout on uploading new version of plugin to plugins directory
- Resolved
-
MDL-70631 Poor performance of zip_packer::extract_to_pathname()
- Closed