Hi
We have moved from Moodle 1.9 to Moodle 2.5 and have started from scratch - I have re-created all courses manually in order to make it as painless as possible for teachers.
I set automated backups to run over an hour ago and nothing seems to be happening. The front page looked to backup straight away according to the logs but nothing has happened after that. There was a message about a coding error but it doesn't show anymore, now what I get when I run cron is:
Checking automated backup status...RUNNING
automated backup are already running. Execution delayed
I know this was a problem in earlier version that was worked around by adding:
set_config('backup_auto_running', '0', 'backup');
Immediately before the line
trace("Checking automated backup status",'...');
I was under the impression that this was no longer needed in more recent builds?
Many thanks
Alex