Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Env Var to disable WAL journaling #11464

Open
wants to merge 2 commits into
base: release-10.9.z
Choose a base branch
from
Open

Commits on May 27, 2024

  1. Add Env Var to disable WAL journaling

    SQLite WAL journaling is not compatible with all filesystems/VFS extensions, causing the database being locked up in certain conditions. Add an env var to disable WAL journaling for better compatibility.
    
    Signed-off-by: gnattu <gnattuoc@me.com>
    gnattu committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b3ab3a2 View commit details
    Browse the repository at this point in the history
  2. Allow user to specify any journal mode

    Signed-off-by: gnattu <gnattuoc@me.com>
    gnattu committed May 27, 2024
    Configuration menu
    Copy the full SHA
    52ae4e5 View commit details
    Browse the repository at this point in the history