I am trying to migrate a Drupal 8 site to Drupal 9. Though most of the migrations have gone easily, this site breaks because it uses the Video module, which hasn’t been updated for Drupal 9.
Specifically, the problem happens when I try to run drush updb
. I geet this error message.
Unable to determine class for field type ‘video’ found in the ‘field.storag e.paragraph.field_video_item’ configuration
What would the steps needed to by-pass the problem be?
The module seems quite abandoned; I don’t keep my breath waiting Drupal 9 version to be created.