Description
Problem
Since version 3.3 we observe that backup of unfinished courses are not resumed in the next run.
Reproduce:
- create a big course
- execute php56 admin/cli/automated_backups.php
- cancel the job (using ctrl-c) while backing up the big course
- investigate backup log that the course in question is "unfinished"
- execute php56 admin/cli/automated_backups.php again, it should resume the backup, but it does not.
Note that documentation and FAQ is not in sync:
https://docs.moodle.org/33/en/Backup_and_restore_FAQ says that unfinished backups are skipped next time
while https://docs.moodle.org/33/en/Automated_course_backup says that unfinished backups are completed next time
Request
Admin sections should have a script to reconcile automatic backups: (cleanup temp; clean entries in database mdl_backup_courses, resp.
Attachments
Issue Links
- is a regression caused by
-
MDL-50602 Remove aging automated backups with a minimum to keep limit
-
- Closed
-