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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user