Skip to content
Snippets Groups Projects

email_server: Use rollback journal for aliases sqlite DB

Closed Sunil Mohan Adapa requested to merge sunilmohan/freedombox:aliases-journal-mode into master

WAL journaling mode is causing problems with postfix unable to open the database despite ownership and permission changes. Default is the DELETE rollback journal mode. The former gives more performance but in our case, writes are very rare and the DB is used mostly just for reads.

Signed-off-by: Sunil Mohan Adapa sunil@medhas.org

This is a small patch but built on top of !2128 (closed).

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading