-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Description
I'm trying to upgrade my apigee_api_catalog module to 2.6 from 1.2 but runung updb is yelling me and saying The "entity:apidoc" plugin does not exist. when it it there.
Steps to Reproduce
Steps to reproduce the behavior:
- upgrade using
composer require 'drupal/apigee_api_catalog:^2.6' - Drush updb
- Stops when
apigee_api_catalog_update_8806starts to run.
Actual Behavior
Should update
Expected Behavior
`> [notice] Update started: apigee_api_catalog_update_8806
[error] The "entity:apidoc" plugin does not exist. Valid plugin IDs for Drupal\rest\Plugin\Type\ResourcePluginManager are: dblog, file:upload, entity:api_product, entity:developer, entity:developer_app, entity:block, entity:block_content, entity:block_content_type, entity:captcha_point, entity:comment, entity:comment_type, entity:editor, entity:field_config, entity:field_storage_config, entity:file, entity:filter_format, entity:image_style, entity:key, entity:key_config_override, entity:configurable_language, entity:language_content_settings, entity:legal_accepted, entity:legal_conditions, entity:media, entity:media_type, entity:node, entity:node_type, entity:path_alias, entity:behavior_settings, entity:rdf_mapping, entity:responsive_image_style, entity:rest_resource_config, entity:search_page, entity:shortcut, entity:shortcut_set, entity:simplenews_newsletter, entity:simplenews_subscriber, entity:action, entity:menu, entity:taxonomy_term, entity:taxonomy_vocabulary, entity:tour, entity:user_role, entity:user, entity:webform, entity:webform_options, entity:webform_submission, entity:menu_link_content, entity:pathauto_pattern, entity:password_policy, entity:view, entity:paragraph, entity:paragraphs_type, entity:date_format, entity:entity_form_display, entity:entity_form_mode, entity:entity_view_display, entity:entity_view_mode, entity:base_field_override, user_registration `
Screenshots
Notes
Using postgres if that can be related!
Version Info
Drupal 8.9.19
Apigee API Catalog 8.x-1.2 (Current)
Updating to Apigee API Catalog 8.x-2.6
