mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #526] Question: Running in production with sqlite #382
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#382
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.