Abort a restore in process pending

Re: Abort a restore in process pending

by Marc Bernat Martínez -
Number of replies: 1
Hi,
Moodle has not an option to cancel scheduled backups, in my case, I had to delete the backup's database register to cancel it.
The table where are the backup registers is called mdl_backup_controllers.
Then you have to delete it (DELETE * FROM mdl_backup_controllers WHERE backupid = {backup id to cancel}).
To know backup's id you have to inspect the progress bar HTML element.
Average of ratings: Useful (5)
In reply to Marc Bernat Martínez

Re: Abort a restore in process pending

by MEDIENFUX gGmbH -

Hi @Marc,

thanks for the hint ... could you please give me a step by step guide "how to delete scheduled backups" ... I am a DATABASEnoob and I do not wanna mess something up.

TNX from Peg