We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
With the addition of sql:cli is this on the radar at all?
sql:cli
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: