mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #1113] MariaDB? #773
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#773
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 @robertsilen on GitHub (Jan 10, 2025).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1113
Hello! Is MariaDB support on healthchecks? Any reason not to add it to the README? :) Cheers
@robertsilen commented on GitHub (Jan 14, 2025):
Are you running any tests for MySQL or other database? Just wondering what the procedure would be to add MariaDB compatibility?
@cuu508 commented on GitHub (Jan 14, 2025):
Healthchecks uses Django under the hood, and Django officially supports MariaDB. So I would not be surprised if it just works. But I have not tested it.
We are using GitHub Actions to run tests on every commit. Here's the workflow file:
https://github.com/healthchecks/healthchecks/blob/master/.github/workflows/tests.yml
Looking at the GHA runner image, Postgres and MySQL is preinstalled, but looks like MariaDB is not: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md#databases
@cuu508 commented on GitHub (Feb 14, 2025):
I added MariaDB to GHA testing matrix here:
github.com/healthchecks/healthchecks@eaa647a93band updated README.