- πΊπΈUnited States BThiemeNatlaw
This issue still needs to be reviewed. We are attempting to migrate a large site from Drupal 7 - Drupal 9, and are on a fresh Drupal 9.4.7 install along with migrate_devel 8.x-2.0-alpha2, and the same issue persists with Drush 11.4.0. Has anyone found a solution? This bug makes the module essentially useless.
- π³πΏNew Zealand xurizaemon Εtepoti, Aotearoa π
Hi @BThiemeNatlaw
I think it's that the release installed on that site was generated a few days before the commit in this issue was landed.
- 8.x-2.0-alpha2 is dated 23 June 2020.
- Commit fixing this issue was 27 June 2020.Try
composer require 'drupal/migrate_devel:2.x-dev@dev'
(or something like that), and see if the issue is resolved please?There are many benefits to publishing a stable release for a project. There may be things we can do to support an updated release of Migrate Devel, which might in turn reduce the number of people bumping on that issue you appear to have hit.
Practically, I think we largely use Migrate Devel on the 'dev branch' (eg some 2.x-dev build, likely pinning to a specific point to avoid surprises). Since it's a development tooling module, sites may opt to be more tolerant of a dev release.
(There is an issue template for requesting a stable release of a module over in #3239062: 'Stable Release Request' Issue Template β which you might find helpful too.)
Hope this sorts it out for you!