Large backup fails

Large backup fails

by Niels Frederickx -
Number of replies: 3

Does anyone have any idea how to fix this?

We keep getting this error when trying to make a backup of a large course (2.9 GB)

We are running on Windows Webserver 2008 R2 64-bit.

Many thanks for any help!

 

Coding error detected, it must be fixed by a programmer: backup_helper::store_backup_file() expects valid $filepath parameter

More information about this error

Debug info: 
Error code: codingerror

Stack trace:

  • line 218 of \backup\util\helper\backup_helper.class.php: coding_exception thrown
  • line 1716 of \backup\moodle2\backup_stepslib.php: call to backup_helper::store_backup_file()
  • line 34 of \backup\util\plan\backup_execution_step.class.php: call to backup_store_backup_file->define_execution()
  • line 153 of \backup\util\plan\base_task.class.php: call to backup_execution_step->execute()
  • line 163 of \backup\util\plan\base_plan.class.php: call to base_task->execute()
  • line 110 of \backup\util\plan\backup_plan.class.php: call to base_plan->execute()
  • line 309 of \backup\controller\backup_controller.class.php: call to backup_plan->execute()
  • line 111 of \backup\util\ui\backup_ui.class.php: call to backup_controller->execute_plan()
  • line 89 of \backup\backup.php: call to backup_ui->execute()
Average of ratings: -
In reply to Niels Frederickx

Re: Large backup fails

by Sakshi Goel -

Hi Niels

There is a same issue created in tracker https://tracker.moodle.org/browse/MDL-34388 , you can vote for this.

Average of ratings: Useful (1)
In reply to Sakshi Goel

Re: Large backup fails

by Andrew Lyman-Buttler -

Thank you!

In reply to Andrew Lyman-Buttler

Re: Large backup fails

by Chris Chapman -

I had similar issues earlier this month- turned out it was the:

post_max_size and upload_max_filesize that were set too small, remeber to set 'upload_max_filesize' marginly smaller than post. (php.ini)

 

Hope this helps