From fc8bda14f3e0b500e0f0e681ed6b17470e5f9076 Mon Sep 17 00:00:00 2001 From: CismonX Date: Wed, 26 Feb 2025 15:12:03 +0800 Subject: [PATCH] doc: update doc for the Firefox backend Following commit 349877f9a3, explain in the user manual about readonly database files. --- doc/bookmarkfs.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/bookmarkfs.texi b/doc/bookmarkfs.texi index b5d6d41..1810ff2 100644 --- a/doc/bookmarkfs.texi +++ b/doc/bookmarkfs.texi @@ -1330,6 +1330,11 @@ Notable limitations: @item Due to the way bookmarks are associated with the URLs, if multiple bookmarks share the same URL, changing the last access time of a bookmark may affect that of other bookmarks. + +@item The bookmark storage (SQLite database file) should be writable even if +the @code{BOOKMARKFS_BACKEND_READONLY} flag is set, due to the limitations +of WAL-mode. +See @uref{https://www.sqlite.org/wal.html#readonly, Write-Ahead Logging}. @end itemize