Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild caches before running updates. #652

Merged
merged 1 commit into from
Nov 10, 2016

Conversation

danepowell
Copy link
Contributor

Apparently, Drupal core caches service definitions (in *.services.yml). If a module updates its definitions, the caches need to be manually rebuilt. Fortunately, we already rebuild caches as the last update step, but if the offending module is called as part of the update process itself (i.e. Features), the whole update fails.

See https://www.drupal.org/node/2826466

Simply rebuilding caches as the first step should fix this.

@grasmash grasmash merged commit 41473c3 into acquia:8.x Nov 10, 2016
dreamfony pushed a commit to dreamfony/blt that referenced this pull request Nov 11, 2016
@danepowell danepowell deleted the feature/service-cr branch December 6, 2017 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants