You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
Berkeley Database is deprecated so libdb may not be available in some future, and we need a solution
to allow people to migrate their bdb database to lmdb once libdb is no more available.
Describe the solution you'd like
librpm had the same problem and solved it by having a set of functions able to read records from bdb databases.
The idea is to reuse the functions and glue some code to mimic the bdb API for the read operations to support a minimum set of operations:
Describe alternatives you've considered
Forcing people to migrate the db before upgrading (with the risk that someone get somehow stuck with unreadable database)
The text was updated successfully, but these errors were encountered:
Describe the problem
Berkeley Database is deprecated so libdb may not be available in some future, and we need a solution
to allow people to migrate their bdb database to lmdb once libdb is no more available.
Describe the solution you'd like
librpm had the same problem and solved it by having a set of functions able to read records from bdb databases.
The idea is to reuse the functions and glue some code to mimic the bdb API for the read operations to support a minimum set of operations:
Describe alternatives you've considered
Forcing people to migrate the db before upgrading (with the risk that someone get somehow stuck with unreadable database)
The text was updated successfully, but these errors were encountered: