Re: Automated backups not working and not showing
by Marius S. Thanks,So I just need to update backup/util/helper/backup_cron_helper.class.php file?and addset_config('backup_auto_running', '0', 'backup');Immediately before the linetrace("Checking...
View ArticleRe: How to disable main course backup in automated backups?
by Séverin Terrier. Hello,As already explained in french forum, i've used the third solution, by adding a test in moodle/backup/util/helper/backup_cron_helper.class.php. The line 145 is now :||...
View ArticleAutomated backup not working
by Karishma Tiwari. I have setup automated backup at the moodle page to run backup to be placed into a folder but I see nothing. FYI my moodle is powered by bitnami. Do i need to setup a cron for this?
View ArticleRe: Restoring a 2.9 backup onto a 2.4 server
by Brenda Mallinson. I have been trying to backup partial areas of the 2.9 course, and then upload into 2.4.Perhaps this is a more useful error? Although this came during the backedup file upload to...
View ArticleRe: Restoring a 2.9 backup onto a 2.4 server
by Séverin Terrier. Restoring a 2.4 backup to a 2.9 Moodle should work OK.But i'm not sure at all what you want to do (2.9 => 2.4) is possible!And that's to avoid saying i'm pretty sure it's...
View ArticleRe: Automated backup not working
by Séverin Terrier. Hi,Please :do some searches in previous forums postsput lots of detailed information (versions, parameters, cron and script used...) if you want us to have a chance to be able to...
View ArticleRe: Restoring a 2.9 backup onto a 2.4 server
by Brenda Mallinson. Thanks, Severin!Yes, it should be a simple backup and restore exercise. I suspect the issue is with the remote 2.4 server settings, as even with my tedious copy and paste routine,...
View ArticleRe: Potential coding error - existing temptables found when disposing...
by Séverin Terrier. Hi,I think people having this style of issue should really provide much more details, such as which type of backup, for which course, manual or automated, by web or cli, with(out)...
View ArticleCan automated course backups include course files (ie. student assignments)?
by Paul L. Documentation indicates files are not included in automated course backups, unlike manual backups that include the course files.While first learning how to do automated backups I could have...
View ArticleRe: Restoring a 2.9 backup onto a 2.4 server
by Emma Richardson. You cannot go backwards with restoring. 2.4 to 2.9 - ok. 2.9 to 2.4 will not work.
View ArticleRe: Automated backup not working
by Karishma Tiwari. I am using moodle 2.8. So far i configured the automated backup via moodle page. But its not working. So im wondering if i need to activate at the cron level as well?
View ArticleRe: Automated backup not working
by Séverin Terrier. Please lot more detailed information (screen capture can also help)!The more information, the more we can help you ; the less information, the less we can help you!For the moment,...
View ArticleRe: Automated backup not working
by Emma Richardson. You do have to set cron to work with moodle. You do not need a specific cron just for backups - just the basic moodle one.Have you selected a day for it to run? If you do not...
View ArticleRe: How to disable main course backup in automated backups?
by Eloy Lafuente (stronk7). Hi Séverin,that's correct. Automated backups can be invoked from these 2 callers:automated backups cron task. Then they are called under RUN_ON_SCHEDULE mode, and...
View ArticleRe: Potential coding error - existing temptables found when disposing...
by Hittesh Ahuja. Hi Severin, I'm facing the same issue when trying to backup a Database activity. I can confirm the activity is not too big as it has only a couple of records. Error i get is :...
View ArticleRe: Automated backup not working
by Karishma Tiwari. This is rather confusing because at the moodle page it seems that setting the backup is all that is needed. Can you tell me which cron is needed to run?THanks!
View ArticleRe: Automated backup not working
by Just H. https://docs.moodle.org/30/en/Installation_quick_guide#Set_up_cron
View ArticleRe: Potential coding error - existing temptables found when disposing...
by Hittesh Ahuja. Complete error:Potential coding error - existing temptables found when disposing database. Must be dropped!,
View ArticleRe: Automated backup not working
by Karishma Tiwari. thanks for sharing this, i did setup the cron during my troubleshooting for mailing issues, however i noticed i did the cronjob under user, i suppose i need to be root user cron to...
View Article