]> git.mjollnir.org Git - moodle.git/commit
Further integration of backup into main Moodle.
authormoodler <moodler>
Fri, 1 Aug 2003 13:59:17 +0000 (13:59 +0000)
committermoodler <moodler>
Fri, 1 Aug 2003 13:59:17 +0000 (13:59 +0000)
commit10dcde409b5051fad333aaef5bc191a0ff56e170
tree1391fb622782f7872bf9833f955471e051d2b806
parent2e3e1ac76b543f42c82c9c922e61705282361aa8
Further integration of backup into main Moodle.

The database checks/upgrades are now done on the main
admin page like the other modules.

The database files are now standard format .sql and .php files

PostgreSQL support was added - BUT HAS NOT BEEN TESTED YET!!
admin/index.php
backup/backup.php
backup/db/mysql.php [moved from backup/db/backup_mysql.php with 100% similarity]
backup/db/mysql.sql [new file with mode: 0644]
backup/db/postgres7.php [new file with mode: 0644]
backup/db/postgres7.sql [new file with mode: 0644]
backup/lib.php
backup/restore.php