Last active
January 4, 2017 14:29
-
-
Save bratsun/ec3fb114aaf1b4cfeefb to your computer and use it in GitHub Desktop.
Dump DB and files, import / export via drush
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drush archive-dump | |
drush archive-restore |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drush sql-dump > db.sql |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drush sql-cli < db.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment