Thanks for you module.
I just try to migrate. But he doesn't recognized the group 3.0 module?
Here is the install process and error message :
[success] Successfully enabled: group2to3
tof@DESKTOP-TOF:~/monomaniax$ composer require drupal/group:^3.0
./composer.json has been updated
Running composer update drupal/group
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 1 update, 0 removals
- Upgrading drupal/group (2.2.2 => 3.2.2)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
- Syncing drupal/group (3.2.2) into cache
- Upgrading drupal/group (2.2.2 => 3.2.2): Checking out 3.2.2 from cache
Generating autoload files
56 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found.
tof@DESKTOP-TOF:~/monomaniax$ ddev drush cr
[success] Cache rebuild complete.
tof@DESKTOP-TOF:~/monomaniax$ ddev drush updatedb
----------- ----------- --------------- ---------------------------------------------------------------------------------
Module Update ID Type Description
----------- ----------- --------------- ---------------------------------------------------------------------------------
group2to3 9001 hook_update_n 9001 - The migration from group_content to group_relationship will be executed.
----------- ----------- --------------- ---------------------------------------------------------------------------------
Do you wish to run the specified pending updates? (yes/no) [yes]:
>
> [notice] Update started: group2to3_update_9001
> [error] Cannot find module group 3.x.
> [error] Update failed: group2to3_update_9001
[error] Update aborted by: group2to3_update_9001
[error] Finished performing updates.
Failed to run drush updatedb: exit status 1
Needs review
3.0
Code