[GH-ISSUE #526] Question: Running in production with sqlite #382

Closed
opened 2026-02-25 23:42:15 +03:00 by kerem · 1 comment
Owner

Originally created by @jmichalek132 on GitHub (Jun 15, 2021).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/526

Hi, I wanted to ask if it's okay / safe to run in production with sqlite instead of postgres or mysql for simplicity. We would be okay in this case to run it in single replica.

Originally created by @jmichalek132 on GitHub (Jun 15, 2021). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/526 Hi, I wanted to ask if it's okay / safe to run in production with sqlite instead of postgres or mysql for simplicity. We would be okay in this case to run it in single replica.
kerem closed this issue 2026-02-25 23:42:15 +03:00
Author
Owner

@cuu508 commented on GitHub (Jun 15, 2021):

SQLite is one of the database backends that Django officially supports. Healthchecks test suite passes with SQLite. So it "nominally works". I have not used Healthchecks with SQLite in production, and don't know if there would be any issues.

<!-- gh-comment-id:861256967 --> @cuu508 commented on GitHub (Jun 15, 2021): SQLite is one of the database backends that Django [officially supports](https://docs.djangoproject.com/en/3.2/ref/databases/). Healthchecks test suite [passes with SQLite](https://github.com/healthchecks/healthchecks/runs/2734011855). So it "nominally works". I have not used Healthchecks with SQLite in production, and don't know if there would be any issues.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#382
No description provided.