From 73633f9f47725907a3708687b64704e4751d33c9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 8 Apr 2010 10:16:49 -0300 Subject: Adding updatedb into update procedure --- templates/drupal.sh.erb | 3 +++ 1 file changed, 3 insertions(+) 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 $* -- cgit v1.2.3