This project is maintained at GitHub as it is Drupal version agnostic.
This project implements two Drush commands to export and import large databases.
By splitting tables into separate files and importing them in parallel we can reduce the overall processing time considerably.
Here is a description of each command:
drush dumpdbwill dump database tables into the temporary directory of the current environment..drush syncdb @example.devwill download sql files from @example.dev and install them in the current environment.drush importdb --dump-dir=/foo/barwill import all *.sql files from /foo/bar using the same method as syncdb.
It is highly recommended you install Gnu Parallel.
This command has been tested with MySQL only.
Supporting organizations:
Built the foundation
Project information
- Project categories: Import and export
- Created by juampynr on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.





