diff -r 7d5d469f81e1 -r 86dcaf6bb92f server/sqlutils.py --- a/server/sqlutils.py Tue Dec 22 20:06:24 2009 +0100 +++ b/server/sqlutils.py Tue Dec 22 21:02:37 2009 +0100 @@ -183,7 +183,9 @@ keepownership=False, drop=drop): if os.system(cmd): - raise Exception('Failed command: %s' % cmd) + print '-> Failed command: %s' % cmd + if not confirm('Continue anyway?', default='n'): + raise Exception('Failed command: %s' % cmd) def merge_args(self, args, query_args): if args is not None: