diff -r 7d5d469f81e1 -r 86dcaf6bb92f server/migractions.py --- a/server/migractions.py Tue Dec 22 20:06:24 2009 +0100 +++ b/server/migractions.py Tue Dec 22 21:02:37 2009 +0100 @@ -196,7 +196,7 @@ if systemonly and source.uri != 'system': continue try: - source.restore(osp.join(tmpdir, source.uri), drop=drop) + source.restore(osp.join(tmpdir, source.uri), self.confirm, drop) except Exception, exc: print '-> error trying to restore [%s]' % exc if not self.confirm('Continue anyway?', default='n'):