SA Bugzilla – Bug 4974
RFE: auto-upgrade when DB formats change, using BerkeleyDB
Last modified: 2006-12-04 13:54:58 UTC
http://rt.cpan.org/Public/Bug/Display.html?id=13353 describes $db->upgrade(), an API on BerkeleyDB to perform database upgrades; it might be an idea at some stage to add code which will attempt to upgrade unreadable db database files.
(In reply to comment #0) > http://rt.cpan.org/Public/Bug/Display.html?id=13353 describes $db->upgrade(), an > API on BerkeleyDB to perform database upgrades; it might be an idea at some > stage to add code which will attempt to upgrade unreadable db database files. However, this would require us to use the BerkeleyDB perl module instead of DB_File... If we were going to support the new module, we may as well make a full BayesStore module for it. I believe we'd get several other benefits as well related to locking, etc. (I'm pretty sure BerkeleyDB was discussed before and we decided to stick with DB_File, but it may be worth looking at the idea again.)
*** This bug has been marked as a duplicate of 4416 ***