Hi,

After upgrading to drupal 9.3.5, I got this message in the "Status report" page :

Errors found
Entity/field definitions
Mismatched entity and/or field definitions
The following changes were detected in the entity type and field definitions.

Reference

  • The Abstract field needs to be updated.

None of these drush 10.6.2 commands could solve :

wwwetsf@d9-etsf:/var/www/drupal8$ drush -V
Drush Commandline Tool 10.6.2

wwwetsf@d9-etsf:/var/www/drupal8$ drush cr
 [success] Cache rebuild complete.

wwwetsf@d9-etsf:/var/www/drupal8$ drush updb
 [success] No pending updates.

wwwetsf@d9-etsf:/var/www/drupal8$ drush update:status --entity-updates
 ------------------------------- ----------- --------------- -----------------------------------------
  Module                          Update ID   Type            Description
 ------------------------------- ----------- --------------- -----------------------------------------
  bibcite_reference entity type               entity-update   The Abstract field needs to be updated.
 ------------------------------- ----------- --------------- -----------------------------------------
wwwetsf@d9-etsf:/var/www/drupal8$ drush entity:updates

In UpdateDBCommands.php line 117:

  Drupal removed its automatic entity-updates API in 8.7. See https://www.drupal.org/node/3034742.

Comments

jmbeuken created an issue. See original summary.

Sissy’s picture

Status: Closed (duplicate) » Closed (works as designed)

I had the same error in the "status report" page, I followed the below steps and the issue solved:

  1. Create a database backup
  2. Install the devel_entity_updates module
  3. Run drush entup
  4. Uninstall the devel_entity_updates module

article from Support for entity updates removed from Drupal core

jmbeuken’s picture

Hi,

composer require 'drupal/devel_entity_updates:^3.0'

ok...

drush entup

In UpdateDBCommands.php line 117:

Drupal removed its automatic entity-updates API in 8.7. See https://www.drupal.org/node/3034742.

any tips ?

jmbeuken’s picture

sorry !

I forgot to "active" modules ...

working !

thx