I have this module in 1.3, and have just updated the code to 1.4. But when doing drush updb to update the database it's going in a loop saying:
performed update: webform_multifile_update_7001, it wasn't hanging, but i got a full page of those lines and I stopped it, figured it was looping or something. Any ideas what might cause this?

I've also updated drupal core to 7.50 prior to updating the module

Comments

nitesoul created an issue. See original summary.

pub497’s picture

Issue summary: View changes

  • Jelle_S committed 40f93f7 on 7.x-1.x
    Fixed issue #2811847: cannot update database going from 1.3 to 1.4
    
jelle_s’s picture

Category: Bug report » Support request
Status: Active » Fixed

That's because it's a batched update, each batch run that message will be output (you will see the message [number of sumissions of webforms with multifile]/50 times). I'm guessing you have a lot of webform submissions. I think it's best to reset a backup of you db from before the update and then run in again. I created a new release (1.5) that should also work when the update already ran on some of your data, but the backup would be the safest way for sure.

pub497’s picture

ahh that would make sense, thanks for clarifying!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.