grunt-drupal-tasks
grunt-drupal-tasks copied to clipboard
grunt install throws registry/cache errors on loading database from alternate environment
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.