mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #1] Support for other DBs #2
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#2
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 @torstenfeld on GitHub (Jul 20, 2015).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1
Hi,
first: thanks for this project. Was just looking for cronitor.io alternatives and thought to create something similar, but I guess you already did the job. ;)
One question though: Is it possible, not to use Postgresql but use MySQL instead?
@cuu508 commented on GitHub (Jul 20, 2015):
Hi Torsten,
so far the only Postgres-specific thing is a database trigger which updates
api_check.alert_afterfield. This trigger gets created when you runmanage.py ensuretriggerscommand. I've just added a MySQL version of the trigger and it seems to work.I've updated README with some basic instructions on setting up a development environment.
You can update
DATABASESkey insettings.pyand give it a spin.