[GH-ISSUE #1] Support for other DBs #2

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

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?

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?
kerem closed this issue 2026-02-25 23:40:43 +03:00
Author
Owner

@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_after field. This trigger gets created when you run manage.py ensuretriggers command. 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 DATABASES key in settings.py and give it a spin.

<!-- gh-comment-id:123040436 --> @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_after` field. This trigger gets created when you run `manage.py ensuretriggers` command. 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 `DATABASES` key in `settings.py` and give it a spin.
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#2
No description provided.