Islandora-Devops / isle-dc

ISLE 8 - Dockerized Islandora 8 Deployment orchestrated with docker-compose
MIT License
23 stars 60 forks source link

added cache rebuild to database import #337

Closed joshdentremont closed 1 year ago

joshdentremont commented 1 year ago

Running the database import command often messes up the site layout until the Drupal cache is cleared (looks like a CSS cache issue). This adds the drush command for clearing the cache to the database import process.

I'm not sure how to reliably trigger the need for the cache rebuild, because it doesn't seem to happen every time, but I have had it happen multiple times when importing the database from my production site to my local dev copy.