cwctl.py
branchstable
changeset 3188 34395d1f00d6
parent 3182 76ad941f694e
child 3190 75cf006babe4
--- a/cwctl.py	Fri Sep 11 14:27:52 2009 +0200
+++ b/cwctl.py	Fri Sep 11 17:14:20 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