by Harshvardhan zala.
The automated backup for a single course is consistently unfinished. In the temporary backup directory, we couldn’t find the expected .mbz backup file. Instead, there’s a folder containing multiple subfolders with .xml files, and the log file is empty. but manual backup works fine
We thought upgrading Moodle might resolve the issue, but after updating, the problem persists. Running the backup for that course via the CLI still results in a failed status, yet no errors are displayed either in the CLI output or in the log file.
We thought upgrading Moodle might resolve the issue, but after updating, the problem persists. Running the backup for that course via the CLI still results in a failed status, yet no errors are displayed either in the CLI output or in the log file.
When running php admin/cli/automated_backups.php, the output shows:
However, no corresponding record is created in mdl_task_adhoc for the backup, and in mdl_backup_courses the course status changes to 2 (unfinished). Despite enabling debugging mode, no error messages are displayed.