Details
-
Type: Bug
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.7.16, 4.6.26
-
Fix Version/s: None
-
Component/s: Drupal Integration Modules
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:Developer Doc
-
Funding Source:Needs Funding
-
Verified?:No
Description
drush sql-dump now accepts the --extra option so that other mysqldump options can be passed to it. This is useful in particular for CiviCRM so that routines can also be saved with the dump.
For example, this would then be possible:
drush civicrm-sql-dump --extra=--routines
This is a follow-up from https://issues.civicrm.org/jira/browse/CRM-16541