civicrm / cv

CiviCRM CLI Utility
26 stars 29 forks source link

Request a cv -T civi sql:dump target #73

Open hesco opened 4 years ago

hesco commented 4 years ago

I can grab a mysqldump of my drupal cms database with this: drush sql:dump > mysql_dump_cms_db.sql

It would be sweet to have as elegant a way of grabbing a mysqldump of the civicrm database as well: cv -T civi sql:dump > mysql_dump_civicrm_db.sql

nickperkins commented 8 months ago

With the addition of sql:cli is this on the radar at all?