aboutsummaryrefslogtreecommitdiff
path: root/templates/drupal.sh.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/drupal.sh.erb')
-rw-r--r--templates/drupal.sh.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb
index 79ae4d2..06455f9 100644
--- a/templates/drupal.sh.erb
+++ b/templates/drupal.sh.erb
@@ -156,6 +156,9 @@ elif [ "$1" == "deploy" ]; then
elif [ "$1" == "update" ]; then
shift
drupal_iterate update $*
+
+ # Update alone might not trigger updatedb in a farm for all instances.
+ drupal_iterate updatedb $*
elif [ "$1" == "updatedb" ]; then
shift
drupal_iterate updatedb $*