default crowdsec install sqlite is not using WAL mode
-
On a default crowdsec install, the logs complain of “sqlite is not using WAL mode” the default pragma property is DELETE so why is not set at install?
Shall we correct this error :
time="25-04-2023 13:14:47" level=warning msg="sqlite is not using WAL mode, LAPI might become unresponsive when inserting the community blocklist" time="25-04-2023 13:14:48" level=info msg="crowdsecurity/community-blocklist : added 14988 entries, deleted 14118 entries (alert:2)"
with
#sqlite3 crowdsec.db 'PRAGMA journal_mode=WAL;'
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘default crowdsec install sqlite is not using WAL mode’ is closed to new replies.