Skip to content

Instantly share code, notes, and snippets.

@sobi3ch
Created July 2, 2015 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sobi3ch/8c74fe7531000e4b4d9c to your computer and use it in GitHub Desktop.
Save sobi3ch/8c74fe7531000e4b4d9c to your computer and use it in GitHub Desktop.
Drush import .sql.gz with progress bar
# Make sure you have pv and zcat already installed
pv my_database.sql.gz | zcat | drush sqlc
# Example output:
# 433kB 0:00:00 [ 658kB/s] [============================================================================================>] 100%
@sobi3ch
Copy link
Author

sobi3ch commented Jul 2, 2015

Tested on Ubuntu

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