Skip to content

Entity updates: Status errors #77

@rutiolma

Description

@rutiolma

When updating to Openfed 8.7.x there are some projects showing issues related with missing entity updates.

On previous versions of Drupal core, there was a "drush entup" that was removed on Drupal 8.7.x (https://www.drupal.org/node/3034742) because it is not recommended to run such command in PROD. This command was being used to fix the above described issue, by updating database schema.

We don't really know why there are these errors about missing entity updates, so it should be investigated, but they are related with Core entities and contributed field types (as far as we checked). That may indicate that there are update hooks missing or not running properly.

As a workaround I propose to use https://www.drupal.org/project/devel_entity_updates until we figure this out.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions