Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Functions
locallib.php File Reference

Export db content to file. More...

Functions

 tool_dbtransfer_create_maintenance_file ()
 Create CLI maintenance file to prevent all access.
 
 tool_dbtransfer_export_xml_database ($description, $mdb)
 Initiate database export. More...
 
 tool_dbtransfer_get_drivers ()
 Returns list of fully working database drivers present in system. More...
 
 tool_dbtransfer_maintenance_callback ()
 This callback is responsible for unsetting maintenance mode if the migration is interrupted.
 
 tool_dbtransfer_rebuild_target_log_actions (moodle_database $target, progress_trace $feedback=null)
 Very hacky function for rebuilding of log actions in target database. More...
 
 tool_dbtransfer_transfer_database (moodle_database $sourcedb, moodle_database $targetdb, progress_trace $feedback=null)
 Initiate database transfer. More...
 

Detailed Description

Export db content to file.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later