Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 2.1
-
Fix Version/s: STABLE backlog
-
Component/s: Backup
-
Labels:
-
Environment:Debian, Apache2, MySQL
-
Database:MySQL
-
Difficulty:Difficult
-
Affected Branches:MOODLE_21_STABLE
Description
https://www.mymoodle.domain/admin/settings.php?section=automated is set to backup my Moodle courses into a directory on my server. The serverpath is writable, cron is working and everything worked fine with Moodle 2.0.1. E-mails from my Moodle backupsystem still tell me that all courses have been backuped. But: This is not so! No new backups are created. Looking around moodledata I found moodledata/temp/backup contains a log file for each
courseroom of my Moodle telling me:
[warn] backup_auto_failed_on_course coursename
I upgraded to Debian Squeeze hoping that this would solve the problem but it persists. I still have one entry for each courseroom in /moodledata/temp/backup/ telling me: [warn] backup_auto_failed_on_course
The email I get from Moodle every day still tells me that everything is fine and the same is true for the list in https://www.mymoodle.domain/admin/report/backups/index.php
Cron works - emails from forums etc are being sent. The serverdirectory in whcih I want to put the backupfiles is writable (777 by now). The job in admin/settings.php?section=automated is active.
I would really appreciate help: How can I debug this problem? Which settings do I need to check which I haven't checked yet?