by Alexander Gres.
The Backup via the Webui got stuck at 99.32%, but neither a file nor a folder got created in the temp directory.
Via the backup.php file I get an error message that, loosely translated, says that the file in the local data directory could not be created and that I should check the rights and available space in the moodle data directory. However, this time a backup.mbz got created in the temp directory with a little over 10.3GB. Yet, there where no filesystem operations targeted at the destination path that I specified. Moreover, I noticed that the php log file now contains an error message:
“Potential coding error - existing temptables found when disposing database. Must be dropped!”
The destination path was a local path, so networking should not be a problem. There is also plenty of space left, it apparently didn’t even try to copy the file it its intended location.
Via the backup.php file I get an error message that, loosely translated, says that the file in the local data directory could not be created and that I should check the rights and available space in the moodle data directory. However, this time a backup.mbz got created in the temp directory with a little over 10.3GB. Yet, there where no filesystem operations targeted at the destination path that I specified. Moreover, I noticed that the php log file now contains an error message:
“Potential coding error - existing temptables found when disposing database. Must be dropped!”
The destination path was a local path, so networking should not be a problem. There is also plenty of space left, it apparently didn’t even try to copy the file it its intended location.