jmueller17 / Aixada

Aixada helps self-managed consumption cooperatives to organize their flow of products, money, and information.
Other
33 stars 37 forks source link

Provides a internal bd backup method using only mysqli #161

Closed jorix closed 9 years ago

jorix commented 9 years ago

By default the current script method is used and whether its execution fails due to host restrictions internal method is used.

To force usage of internal method could set public $db_backup_method = 'int';

(For data migration internal method provides a more comfortable to read or edit db-backup sql files)