backup-manager / laravel

Driver to seamlessly integrate the Backup Manager into Laravel applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing Configuration of original Library

aconital opened this issue · comments

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

extraParams is now being worked on to include options parameters: #119

This might help if you want to make a PR for singleTransaction and ignoreTables: backup-manager/backup-manager#138