Also rename on old version database

fix #4083
This commit is contained in:
Ruud
2014-10-15 21:28:52 +02:00
parent a6ff34a47f
commit 4f23ccc284
+2
View File
@@ -621,6 +621,8 @@ class Database(object):
except OperationalError:
log.error('Migrating from faulty database, probably a (too) old version: %s', traceback.format_exc())
rename_old = True
except:
log.error('Migration failed: %s', traceback.format_exc())