backup-manager / laravel

Driver to seamlessly integrate the Backup Manager into Laravel applications.
MIT License
655 stars 149 forks source link

Changing Configuration of original Library #116

Open aconital opened 5 years ago

aconital commented 5 years ago

The original library specifies that we can modify certain configurations. How can I modify those in the laravel version? I need to change the value of singleTransaction, extraParams and ignoreTables. I want to make the import more efficient for InnoDB

robbielove commented 4 years ago

extraParams is now being worked on to include options parameters: https://github.com/backup-manager/laravel/pull/119

This might help if you want to make a PR for singleTransaction and ignoreTables: https://github.com/backup-manager/backup-manager/pull/138