Declare upgrade status from D7

Created on 23 December 2020, almost 4 years ago
Updated 22 February 2024, 10 months ago

Problem/Motivation

As of 8.8.x, modules can declare their Drupal 8 (or 9) upgrade status ( changelog , issue #2936365: Migrate UI - allow modules to declare the state of their migrations ).

#2953036: Upgrade (migrate) data from Drupal 7 => Drupal 8 just landed (thanks everyone!) but doesn't include a migrations/state/inline_entity_form.migrate_drupal.yml file to declare the upgrade status.

Proposed resolution

Declare the status of the migration in a migrations/state/inline_entity_form.migrate_drupal.yml file.

Remaining tasks

  1. Commit
  2. Release

User interface changes

None.

API changes

None.

Data model changes

None.

Feature request
Status

Needs review

Version

1.0

Component

Code

Created by

🇨🇦Canada mparker17 UTC-4

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇨🇦Canada mparker17 UTC-4

    While this patch only declares that the upgrade status is finished, and doesn't affect what actually gets migrated, I am happy to report that I was able to upgrade my Inline Entity Form configuration from my drupal-7.99 site running inline_entity_form-7.x-1.9 to a drupal-10.2.1 site running inline_entity_form-7.x-1.9 using the migration code already in the D10 version of the module.

    I cannot RTBC this issue because I wrote the patch . But, hopefully, my success will help other people migrating D7 to D10.

    However, now that my D7 to D10 site migration is complete, my ability to contribute further to this issue is severely limited, because the D7 site that I had been using to test has been retired. But, I'll keep an eye on this issue and try to answer questions to the best of my ability.

Production build 0.71.5 2024