Skip to content

Instantly share code, notes, and snippets.

@AronNovak
Created October 11, 2018 12:14
Show Gist options
  • Save AronNovak/10ebad94323406e823d311ee7e989880 to your computer and use it in GitHub Desktop.
Save AronNovak/10ebad94323406e823d311ee7e989880 to your computer and use it in GitHub Desktop.
drush sql-dump --tables-list=`drush sqlq "show tables like '_raw_%'" | xargs | sed -e 's/ /,/g'` > /tmp/only_users.sql
@amitaibu
Copy link

`drush sql-dump --tables-list=`drush sqlq "show tables like '_raw_%'" | xargs | sed -e 's/ /,/g'` > _raw_tables.sql`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment