Skip to content

Commit aca2e2d

Browse files
committed
Case 27610; Add drush cr command to drupal console command chain for site:rebuild. This is to clear an error that is occuring when upgrading to 8.3 from 8.2 DB dump
1 parent 2c82dda commit aca2e2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

chain/chain-site-rebuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ commands:
4141
- command: site:db:import
4242
arguments:
4343
name: '%{{name}}'
44+
# Clear cache
45+
- command: exec
46+
arguments:
47+
bin: 'cd /vagrant/repos/%{{name}}/web; drush cr;'
4448
# Set default drush alias
4549
- command: exec
4650
arguments:

0 commit comments

Comments
 (0)