Skip to content

Instantly share code, notes, and snippets.

@jrobinsonc
Created March 24, 2020 13:27
Show Gist options
  • Save jrobinsonc/38faf64e98a8e24c0313efb427b118ed to your computer and use it in GitHub Desktop.
Save jrobinsonc/38faf64e98a8e24c0313efb427b118ed to your computer and use it in GitHub Desktop.

Drupal Drush Cheatsheet

Generate snapshot of the database

drush sql-dump > db.sql

Import database

drush sql-cli < db.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment