Problem/Motivation
I can't update from drupal 8 to drupal 9
Steps to reproduce
I run composer update and then drush updatedb
here is the pending update ;
Update_ID : entity_revision_metadata_bc_cleanup
type : post_update
Description : Remove backwards-compatibility leftovers from entity type definitions.
Drush 10 can not update :
[notice] Update started: system_post_update_entity_revision_metadata_bc_cleanup
> [error] Drupal\crop\CropStorage does not implement Drupal\Core\Entity\ContentEntityStorageInterface
> [error] Update failed: system_post_update_entity_revision_metadata_bc_cleanup
[error] Update aborted by: system_post_update_entity_revision_metadata_bc_cleanup
Comments
Comment #2
zoraxIn crop-1.0-alpha2-installed.php line 341 may be the problem is there...:
Comment #3
richgerdesI had this problem when upgrading an older site. Turns out it was the result of the crop module not being installed, but its entities were still in the definitions table. I was able to reinstall crop and then uninstall it via Drush and that cleaned up the extra definitions.