cwctl.py
changeset 3199 fc63b80ec979
parent 3185 bd0126d17e83
parent 3198 d2f48d30e73e
child 3503 06bced8edddf
--- a/cwctl.py	Mon Sep 14 08:34:11 2009 +0200
+++ b/cwctl.py	Mon Sep 14 11:25:56 2009 +0200
@@ -659,7 +659,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
@@ -682,7 +682,7 @@
         print
         print '-> instance migrated.'
         if not (cwcfg.mode == 'dev' or self.config.nostartstop):
-            StartCommand().start_instance(appid)
+            StartInstanceCommand().start_instance(appid)
         print