X
X
x2bool2012-05-14 10:55:14
Drupal
x2bool, 2012-05-14 10:55:14

Drupal update (multisites)

Given:

  • Drupal 7
  • About a hundred sites based on one installation (more in the future)
  • Need to update Drupal and shared modules (/sites/all/modules)


Problem:
  • End users of each individual site do not have (and should not have) access to the admin panel
  • Updating Drupal requires the direct participation of the administrator through the web interface for each site


Task:
  • Automate the update process


Decision:
  • ?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
E_STRICT, 2012-05-14
@x2bool

drush + bash = www.adamagregory.com/blog/2010/03/12/multi-site-update-with-drush

D
denver, 2012-05-14
@denver

In Drupal 6, you can’t update via the web yet, so it’s just a guess: if you need it via the web, we write a script that will log in (using curl ) and also pull the desired address. In a loop for each site.

B
Boris Syomov, 2012-05-14
@kotomyava

Multisating is primarily needed where it is necessary to have a common base / part of the tables. Not suitable for mass hosting - low isolation.
And you can automatically update drush and scripts.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question