Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add mysqldump example command #1718

Merged
merged 3 commits into from
Jul 22, 2019
Merged

Add mysqldump example command #1718

merged 3 commits into from
Jul 22, 2019

Conversation

rfay
Copy link
Member

@rfay rfay commented Jul 19, 2019

The Problem/Issue/Bug:

#1652 requested additional flags for import-db and export-db, but import-db and export-db may be mostly eclipsed by new custom commands mysql and (in this PR) mysqldump.

How this PR Solves The Problem:

Adds ddev mysqldump example command (must be enabled)

Manual Testing Instructions:

cd .ddev/commands/db
ln -s mysqldump.example mysqldump
ddev mysqldump db | gzip >/tmp/db.sql.gz

Automated Testing Overview:

Related Issue Link(s):

Release/Deployment notes:

@rfay rfay force-pushed the 20190719_mysqldump branch from 286b407 to 41e8ba9 Compare July 22, 2019 02:31
@rfay rfay merged commit aabfe94 into ddev:master Jul 22, 2019
@rfay rfay deleted the 20190719_mysqldump branch July 22, 2019 02:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant