[Rpm-maint] [rpm-software-management/rpm] RPM db does not upgrades when upgrading from `4.11.3` to `4.18.2` (Issue #3420)
Michael Schroeder
notifications at github.com
Mon Nov 4 10:51:16 UTC 2024
We removed support for BerkeleyDB in rpm 4.17.0, so your new rpm does not see the old database.
There's still a way to read old databases if you add the `--enable-bdb-ro` option to the `autogen.sh` call. But the new rpm cannot modify the database. The idea is that you use `rpm --rebuilddb` to convert to a supported database format (i.e. sqlite).
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3420#issuecomment-2454389864
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/3420/2454389864 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241104/35c496fa/attachment-0001.html>
More information about the Rpm-maint
mailing list