-
Functional Test
-
Minor
-
Moodle 4.3
Note: This test requires a locally installed Moodle site, in order to be able to edit the config file.
- Create a backup
- Download the file and open it with a hex tool
- 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
- is a QA test written for
-
MDL-49298 Make tgz backups standard
- Closed