Re: Change maximum number of backups kept!!!
by Emma Richardson. Perhaps the best solution would be to have a drop down that just allows 1-20 for example. I totally agree that allowing too many would be a disaster and perhaps a text box is not...
View ArticleRe: Change maximum number of backups kept!!!
by Ken Task. Understand now ... think that's hard coded into a file somewhere ... unless that's changed somewhere along the line. Can't re-call specifics but there was something else that also...
View ArticleRestoring a backup gives an error Duplicate entry 'xxxxx' for key...
by Ahmad Faridi. Hi All, I am currently getting this error while restoring my backups that has quizzes. It has happened to several backup files that I am restoring. Duplicate entry '101309' for key...
View ArticleRe: Backup course by section via CLI
by Carlo Ditan. First, I added the sectionid as a parameter for the command. list($options, $unrecognized) = cli_get_params(array( 'courseid' => false, 'sectionid' => false, // this is the added...
View ArticleRe: Change maximum number of backups kept!!!
by Naaman Fallouh. Thanks guys,I'm totally aware of your fears of a bad user behavior in the settings UI, but I thing it could be avoided by:A special validation on a text box, e.g. allow digits less...
View ArticleRe: Change maximum number of backups kept!!!
by Ken Task. Am well aware that user input can be 'sanitized' to prevent 'oops' errors or any 'funny business', but still contend that there are many who wear the hat of Moodle Admin that are not also...
View ArticleRe: Restoring a backup gives an error Duplicate entry 'xxxxx' for key...
by Emma Richardson. Backup your database, then look for the specific entry it is referencing. Remove the duplicate entry and see if that resolves it.
View ArticleError error/cannot_finish_ui_if_not_setting_ui
by Yondonjamts Baatar. I want to backup course moodle 3.2 but it's mistake. I changed from moodle 1.9 to 3.2 last year.Error error/cannot_finish_ui_if_not_setting_uiPlease help me.
View ArticleRe: Error error/cannot_finish_ui_if_not_setting_ui
by Emma Richardson. Please turn debugging on and then post any additional messages.
View ArticleRe: Error error/cannot_finish_ui_if_not_setting_ui
by Mary Evans. Moving to the Backup and Restore Forum as this is NOT Theme related
View ArticleIssue in restoring course
by Sparsh Saxena. I am trying to restore a course but it shows error.error/decode_rule_incorrect_nameMore information about this errorDebug info: Error code: decode_rule_incorrect_name $a contents:...
View ArticleRe: Issue in restoring course
by Emma Richardson. Moving to backup and restore forum. It appears to be an issue with the webcontent plugin. Not familiar with that one...
View ArticleRe: PHP 7 64bit Restore issues
by Emma Richardson. I think you should be able to. Have you checked your timeouts? Maybe it is just timing out on you...
View ArticleRe: PHP 7 64bit Restore issues
by Ken Task. Well, you've not disclosed OS nor any particulars about DB. Those are factors ... cause the error could be somewhat misleading. MySQL/MariaDB might need a tweak to max_packet_allowed...
View ArticleThe file you tried to upload is too large for the server to process.
by manh vu thanh. Hello,I have backed up my course about 370Mb,today, I can't restore the course with a message ""The file you tried to upload is too large for the server to process."Please help...
View ArticleRe: The file you tried to upload is too large for the server to process.
by Séverin Terrier. Hi,The file upload size documentation should help.Séverin
View ArticleI can't restore/find automated backups.
by Ahmad ElGazzaz. Hello,I have configures automated backup to run every day at 9:30. the backup report says it is done but I can not find it or restore the coursesAutomated backup settings:The backup...
View ArticleRe: I can't restore/find automated backups.
by Emma Richardson. I had this happen once before but it was when I was backing up to an external folder. Moodle couldn't write to the folder so it randomly put them somewhere else (I think in a...
View ArticleRe: I can't restore/find automated backups.
by Ahmad ElGazzaz. Thank you Emma,Before posting today I have given a full write permission to the whole www folder but still nothing and searching for .mbz files I found three files under 20kb none...
View ArticleRe: I can't restore/find automated backups.
by Emma Richardson. Try and run it manually and see if that helps or at least tells you what is going on. Either through browser at admin/cron.php or through CLI at admin/cli/cron.php
View Article