Skip to content

Instantly share code, notes, and snippets.

@bratsun
Last active January 4, 2017 14:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bratsun/ec3fb114aaf1b4cfeefb to your computer and use it in GitHub Desktop.
Save bratsun/ec3fb114aaf1b4cfeefb to your computer and use it in GitHub Desktop.
Dump DB and files, import / export via drush
drush archive-dump
drush archive-restore
drush sql-dump > db.sql
drush sql-cli < db.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment