I made some small changes to the Backup and Migrate module:

I apologize if this is the incorrect way to submit a patch as I am very new to the Drupal community and this is my first time trying to submit a patch on here :) Anyway, I noticed that importing MySQL dumps generated by this module were very slow due to the lack of --complete-insert and --extended-insert. This patch should allow for SQL files that are much faster to import.

I also allowed for the user to select the location of mysqldump on his computer. I found this quite handy when needing to do mysqldump on my laptop running MAMP (and mysqldump not being in the path).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

couturier’s picture

Version: 7.x-2.x-dev » 7.x-3.x-dev
Issue summary: View changes
Status: Patch (to be ported) » Needs work

This patch may need to be rewritten based on the new 7.x-3.2 release.

DamienMcKenna’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, add-mysqldump-options.patch, failed testing. View results

BrankoC’s picture

This appears to be an issue concerning database destinations (i.e. database backups that get saved to a database).

Database destinations existed in BAM 2, but are no longer part of BAM 3 (although most of the code is still there).

BrankoC’s picture

Status: Needs work » Active