Upgrade path 1.x to 2.x

Created on 6 August 2023, over 1 year ago

Provide an upgrade path for 1.x to 2.x

📌 Task
Status

Active

Version

2.0

Component

Code

Created by

🇪🇸Spain nuez Madrid, Spain

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @nuez
  • 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦

    I did this upgrade and had to re-check "Embedded content" and re-save the text formats to get it to work. This should be documented.

  • 🇪🇸Spain nuez Madrid, Spain

    Thanks for your feedback. I've fixed this and will create a new release. Please let me know if you still have issues.

  • 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦

    I upgraded to 2.0.2, ran the update hooks, and then removed ckeditor5_embedded_content. The next time I ran drush updb, I got:

    [notice] Module ckeditor5_embedded_content_examples has an entry in the system.schema key/value storage, but is missing from your site. More information about this error .
    [notice] Module ckeditor5_embedded_content has an entry in the system.schema key/value storage, but is missing from your site. More information about this error .

    I had to fix this by running:

    drush php-eval "\Drupal::keyValue('system.schema')->delete('ckeditor5_embedded_content_examples');"
    drush php-eval "\Drupal::keyValue('system.schema')->delete('ckeditor5_embedded_content');"
  • 🇪🇸Spain nuez Madrid, Spain

    Thanks! I forgot about the examples module. opening this issue again.

Production build 0.71.5 2024