grunt-drupal-tasks icon indicating copy to clipboard operation
grunt-drupal-tasks copied to clipboard

grunt install throws registry/cache errors on loading database from alternate environment

Open grayside opened this issue 9 years ago • 0 comments

The current sequence for install by database load is:

  • sql-drop
  • load database
  • update database

In order to safely load databases from alternate environments, we should add a cache clear after database load and before database update. If registry-rebuild is present, we might want to run that as well.

grayside avatar Mar 29 '16 18:03 grayside