[Rpm-maint] [rpm-software-management/rpm] unreproducible `rpmdb.sqlite-shm` (Issue #2219)

Panu Matilainen notifications at github.com
Thu Oct 19 08:49:46 UTC 2023


As per https://www.sqlite.org/wal.html#read_only_databases:

> Even though it is possible to open a read-only WAL-mode database, it is good practice to converted to [PRAGMA journal_mode=DELETE](https://www.sqlite.org/pragma.html#pragma_journal_mode) prior to burning an SQLite database image onto read-only media.

We want to follow good practises so...

Any operation should do a database rebuild to free up any fluff in the files, so I think this should be either a default thing in rebuilddb or an extra flag to it. 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2219#issuecomment-1770352992
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/2219/1770352992 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20231019/ea39823a/attachment.html>


More information about the Rpm-maint mailing list