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

Fix database is locked when performing auto cleanup #4971

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 18, 2023

  1. Fix database locked error when running auto cleanup.

    Close the database connection before running the repair operation and reopen it after. This is necessary because repair tries to create another connection and a database recreate might be triggered, which needs to move the database.
    Jojo-1000 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    58f2032 View commit details
    Browse the repository at this point in the history
  2. Fix wrong error message when auto-cleanup is successful.

    Suppress the error message that a repair is required, as that is done automatically.
    Jojo-1000 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    5103bbb View commit details
    Browse the repository at this point in the history