Skip to content
New issue

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

[console] Add database dump command #766

Closed
wants to merge 1 commit into from
Closed

[console] Add database dump command #766

wants to merge 1 commit into from

Conversation

davidDuymelinck
Copy link

As promised i've added the beta 12 database dump command to drupal console.

@jmolivas jmolivas modified the milestone: must-have Aug 4, 2015
@jmolivas jmolivas changed the title Added database dump command [console] Add database dump command Oct 15, 2015
@itsdarrylnorris
Copy link
Contributor

@davidDuymelinck, this seem like a very nice feature to have. For some reason it fails the automate test.

Can you try to re-roll your PR ? This will be something that will be very nice to have.

@jmolivas
Copy link
Member

@darol100 & @davidDuymelinck we added database:dump command, at this point only supports mysql because we used mysqldump command instead of iterating Database tables.

Command class link https://github.com/hechoendrupal/DrupalConsole/blob/master/src/Command/Database/DumpCommand.php

@jmolivas jmolivas closed this Dec 21, 2015
@itsdarrylnorris
Copy link
Contributor

@jmolivas I'm going to open another stories to handle other types of databases.

@itsdarrylnorris
Copy link
Contributor

Support for other database see more at #1559

@jmolivas jmolivas modified the milestone: 1.0.0-stable Jul 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants