syncdb icon indicating copy to clipboard operation
syncdb copied to clipboard

Import and export large Drupal databases faster using Drush

Results 6 syncdb issues
Sort by recently updated
recently updated
newest added

We should add a --jobs option so we can override the default 200% that it is set to. My computer for instance can take a 700% and import much faster....

Commands should be ported to support drush9 https://weitzman.github.io/blog/port-to-drush9

When I run a syncdb command an error is reported by drush, and a very large debugging output displayed. However, inside of this output there is no occurrence of anything...

importdb was able to import all of my database tables, but the following error displayed on the terminal while it was attempting to import my custom view: drush sql-query --file=/mypath/view.sql...

The tables are dropped during syncdb, but not during importdb.

This module could be improved by starting with the largest tables first. This way the largest table would get a headstart and not be as much of a bottleneck. https://www.drupal.org/node/2772473...