Closed (duplicate)
Project:
Drupal 7 to Modern Drupal Module Upgrader
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2015 at 10:00 UTC
Updated:
5 Mar 2026 at 11:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
plazik commentedIt was removed for some reason http://cgit.drupalcode.org/drupalmoduleupgrader/commit/drupalmoduleupgra...
Comment #3
aswathyajish commentedMe also got the same issue.
Comment #4
chipway commentedHi,
Same issue. The command was removed by Phéna Proxima on 2015-05-20, but no issue explains why, and how to help.
Comment #5
liquidcms commentedI am pretty sure the removal of this is a bug; unless possibly it was incorporated into dmu-upgrade, in which case still a bug since it isn't being done there either.
I am guessing part of this issue: i have 4 tables created by the upgrade process specific to the module i am upgrading and which i am sure are not required. I deleted them manually and my module still works.
Comment #6
joseph.olstad**EDIT** sorry I think I posted to the wrong issue **EDIT**
drush 8.x works fine however drush 9 support needs a patch. If you are using drush 9, there is a patch, however that patch breaks compatibility with drush 8.
So for now, it will be left as a patch. Something should be added to the Readme.txt about this.
Comment #7
joseph.olstad**EDIT** sorry I think I posted to the wrong issue **EDIT**
if you want to use this functionality now without a patch, drush 8.1.17 works fine
if you have drush 9 , use the patch #2949601-20: Drush 9 compatibility
Comment #8
hongpong commentedUpdated readme to reflect this and some other things including better guidance for support requests. the clean command was removed because it was unreliable, that is my understanding.
Comment #9
greggmarshall@HongPong, nice update.
Perhaps you could also remove the references to the cleaner plugin in /drupalmoduleupgrader/drupalmoduleupgrader.drush.inc and drupalmoduleupgrader/src/Commands/DrupalmoduleupgraderCommands.php which would also resolve #3128692: Plugins list outdated for drush dmu-list..
Comment #10
gábor hojtsyModules now works with Drush 10 and 11 even :) I removed the mention of the clean command from the readme when I updated it to markdown as I realized that does not exist anymore. While I don't think these changes apply anymore, I'll credit you for the effort, thanks a lot!
See https://www.drupal.org/project/drupalmoduleupgrader/releases/2.0.0-alpha2 for the version that now supports Drupal 10 and 11!