--- 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