In two separate installations, both D7, "drush upc" checks the status of each module multiple times. As a result, on a small site the command takes twice as long as it should and on a large site basically never stops.
In two separate installations, both D7, "drush upc" checks the status of each module multiple times. As a result, on a small site the command takes twice as long as it should and on a large site basically never stops.
Comments
Comment #1
jonhattanSummary of a debug output
relevant php.ini settings:
Comment #2
jonhattanNot the best log summary but I did see duplication in a first run. It is on an old site I use for testing. Now after
drush cc all & drush pm-refreshI'm unable to see duplicity.@Damien does it happen to you consistently?
Comment #3
daniorama commentedIt happens to me also everytime I try. It does it exactly 5 times consistently.
Comment #4
Dave-B commentedWorkaround: Check available updates via the web interface, then use Drush to run the updates.
Comment #5
jonhattanLet's continue in #1352102: pm-update unusable, hangs, loops. It seems there're more clues there.