merge stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 11 Sep 2009 17:14:37 +0200
branchstable
changeset 3189 08dac6d74b03
parent 3188 34395d1f00d6 (diff)
parent 3187 eca1b71e2f6b (current diff)
child 3190 75cf006babe4
merge
--- a/cwctl.py	Fri Sep 11 16:19:58 2009 +0200
+++ b/cwctl.py	Fri Sep 11 17:14:37 2009 +0200
@@ -652,7 +652,7 @@
             print '-> migration needed from %s to %s for %s' % (fromversion, toversion, cube)
         # only stop once we're sure we have something to do
         if not (cwcfg.mode == 'dev' or self.config.nostartstop):
-            StopCommand().stop_instance(appid)
+            StopInstanceCommand().stop_instance(appid)
         # run cubicweb/componants migration scripts
         mih.migrate(vcconf, reversed(toupgrade), self.config)
         # rewrite main configuration file