Last time I ran SUP I think it did the core drush updb automatically. Before however I would like to restore vocabulary_node_types table as adviced here.

To just get prompted before "updb", is there still any better way than:

drush site-upgrade @upgrade --core-only --prompt-all

Comments

greg.1.anderson’s picture

I did at one time start to implement a flag to allow you to stop at any specified stage, but did not commit it. At the moment, --prompt-all is your best option. Note that if you want to switch from --prompt-all to a more automatic mode after you have done your manual step, you can stop the upgrade by selecting 'cancel' at some stage, and then run drush sup again with different flags. If you do this, it will restart the upgrade at the point where you left off.