fix: Revert back to single SQLite connection by default by louislam · Pull Request #7346 · louislam/uptime-kuma · GitHub
Skip to content

fix: Revert back to single SQLite connection by default - #7346

Merged
louislam merged 3 commits into
masterfrom
revert-7312-dev-sqlite
May 3, 2026
Merged

fix: Revert back to single SQLite connection by default#7346
louislam merged 3 commits into
masterfrom
revert-7312-dev-sqlite

Conversation

@louislam

@louislam louislam commented May 3, 2026

Copy link
Copy Markdown
Owner

Reverts #7312

avoid unnecessary back and forth

Copilot AI review requested due to automatic review settings May 3, 2026 15:44
@louislam louislam changed the title Revert "fix(database): add UPTIME_KUMA_SQLITE_SINGLE_CONNECTION" fix: Revert back to single SQLite connection by default May 3, 2026
@louislam louislam linked an issue May 3, 2026 that may be closed by this pull request
2 tasks

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reverts the previously added SQLite single-connection toggle, returning SQLite pooling behavior to a fixed configuration in the backend database initialization (server/database.js).

Changes:

  • Removes support for UPTIME_KUMA_SQLITE_SINGLE_CONNECTION.
  • Inlines the SQLite pool configuration directly in the knex config (min: 0, max: 20) without conditional overrides.

Comment thread server/database.js Outdated
@louislam
louislam merged commit 07b3818 into master May 3, 2026
24 checks passed
@louislam
louislam deleted the revert-7312-dev-sqlite branch May 3, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SQLITE_BUSY Messages

2 participants