Hello

I am running 10 website on Drupal 6.8 (all are multi-site runs on single drupal code base and different database) now i want to upgrade all website to newer version or upgrade any module.. so hows this possible?

Please help me i want solution that works without running update.php

Thank You!

Comments

scoutbaker’s picture

The Drush project might be able to help you.

---
"Nice to meet you Rose...run for your life." - The Doctor
My first public Drupal site - EyeOnThe503

myke’s picture

I believe he means when all the sites share a common code base / core, but have their own configuration files, so multiple domains are served from one core install.

Does anyone have any input on this? If there are ten websites, all using a common core, but separate databases, do you have to log in to all ten sites, take them offline, and then run update.php on each one before bring it back online? (Although he did specifically mention NOT running update.php, but couldn't that be necessary in instances of database changes?)

What is the accepted best practice in this instance?

-Myke

naught101’s picture

Could possibly just create a bash script, and feed in all the folder names in the sites/ dir into drush?

Having a look at drush, but it doesn't seem to want to work in my multi-site install right now..