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

Update batch cache flush #2706

Closed
wants to merge 1 commit into from

Conversation

alexpott
Copy link
Contributor

@alexpott alexpott commented Apr 6, 2017

The batch uses drush_update_cache_rebuild() whereas core via the UI uses drupal_flush_all_caches().

This causes reproducible bugs, steps to reproduce:

  1. git co 8.1.1
  2. composer install
  3. drush si minimal
  4. drush en hal config -y
  5. drush config-edit rest.settings and change the link_domain - it actually not important but it is what I did.
  6. git co 8.3.0
  7. composer install
  8. drush updatedb -y
  9. BOOM

@alexpott
Copy link
Contributor Author

alexpott commented Apr 6, 2017

Fixed in #2671

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.

1 participant