-
New Feature
-
Resolution: Won't Do
-
Minor
-
None
-
1.9.5, 2.1.3, 2.2
-
None
-
Linux
-
MySQL
-
MOODLE_19_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
The automated (cron) course backups (backup_scheduled.php) fetch ALL courses at once to consider for backup. This causes an installation with several thousand courses (10,000+) to puke, due to all the rows in the recordset being converted into a single array variable. To reduce this risk somewhat, and make it more convenient for administrators, the automated backup should be enhanced to backup only selected categories of courses (comma separated cat ids held in a backup_config row?), and the 'get_records_list' routine used instead of 'get_records' when such a config value is not empty.
- has a non-specific relationship to
-
MDL-25182 Auto courses/categories to be selected for automated backups.
-
- Closed
-
-
MDL-60296 Define courses that automatic backup should skip or backup without logs
-
- Closed
-
- has been marked as being related by
-
MDL-81516 Course category filter for automated course backups
-
- Waiting for peer review
-