Details
-
Type:
Functional Test
-
Status: Passed
-
Priority:
Minor
-
Affects Version/s: Moodle 3.5
-
Fix Version/s: Moodle 3.5
-
Component/s: Backup
-
Labels:None
Description
- You need to have local moodle install to test this issue.
- Create a backup
- Download the file and open it with a hex tool like http://ridiculousfish.com/hexfiend/
- Confirm the file starts with #1F8B (gzip file marker)
- Restore the backup file and make sure it works
- Add $CFG->usezipbackups = true; to your config.php
- Create a backup
- Download the file and open it with a hex tool
- Confirm the file starts with #504B0304 (zip file marker)
- Restore the backup file and make sure it works