You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently drush is using the normal DrupalKernel when running updates, but it should be using the designated UpdateKernel as through the UpdateServiceProvider Drupal is altering services and using the null cache backend in order not to write into the cache at some places. There is currently an issue which is going to make use of this and really needs that drush is using the UpdateKernel otherwise updates might/will fail - https://www.drupal.org/node/2851529.
The text was updated successfully, but these errors were encountered:
Currently drush is using the normal DrupalKernel when running updates, but it should be using the designated UpdateKernel as through the UpdateServiceProvider Drupal is altering services and using the null cache backend in order not to write into the cache at some places. There is currently an issue which is going to make use of this and really needs that drush is using the UpdateKernel otherwise updates might/will fail - https://www.drupal.org/node/2851529.
The text was updated successfully, but these errors were encountered: