Closed yusufhm closed 1 year ago
Adds a new environment variable DB_LOAD_NO_DRUSH which can be set to TRUE to bypass drush for doing sql imports and instead do it directly using mysql, thereby avoiding the 4h timeout hardcoded in drush, for big databases.
DB_LOAD_NO_DRUSH
TRUE
drush
mysql
Adds a new environment variable
DB_LOAD_NO_DRUSH
which can be set toTRUE
to bypassdrush
for doing sql imports and instead do it directly usingmysql
, thereby avoiding the 4h timeout hardcoded in drush, for big databases.