0006529: Cancelling database upgrade can corrupt the database. Check whether the bsddb version has changed (or was originally unknown). If it is an upgrade, ask the user whether he has made a backup, and is ready to upgrade. If so, made a zip backup and open the database with the new bsddb version. Make messages on the dialogues more explicit with the version numbers mentioned.

svn: r21850
This commit is contained in:
Tim G L Lyons
2013-04-02 16:01:50 +00:00
parent 39dcc537b6
commit 828060d2eb
10 changed files with 179 additions and 59 deletions

View File

@@ -287,7 +287,7 @@ class DbGrdb(Callback):
"""Return True when the file has a supported version."""
return True
def need_upgrade(self):
def need_scema_upgrade(self):
return False
def gramps_upgrade(self):