This is perhaps a stupid question, but what is the proper procedure for updating modules if you have multiple modules requiring updates as the same time?

Can you install all the updates at once then run update.php once?

Or do you need to run update.php for each module one by one?

I suspect the best procedure is to do one by one.

But thing is that I operate quite a few sites and it can be quite time consuming to manage all the updating that needs to be done to keep site modules current, so looking for shortcuts and simplications that don't create problems.

Comments

yfreeman’s picture

You should be able to update them all at once. This is what happens when you update drupal from one version to another. All the core modules get updated at once.

john.kenney’s picture

yes, that appears to be right.

sort of randomly found another thread where this is mentioned, as well, and they also said it was ok to do.

thank you.