[GH-ISSUE #1113] MariaDB? #773

Closed
opened 2026-02-25 23:43:32 +03:00 by kerem · 3 comments
Owner

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

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

@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?

<!-- gh-comment-id:2589805247 --> @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?
Author
Owner

@cuu508 commented on GitHub (Jan 14, 2025):

Is MariaDB support on healthchecks?

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.

Are you running any tests for MySQL or other database?

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

<!-- gh-comment-id:2589927470 --> @cuu508 commented on GitHub (Jan 14, 2025): > Is MariaDB support on healthchecks? 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. > Are you running any tests for MySQL or other database? 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
Author
Owner

@cuu508 commented on GitHub (Feb 14, 2025):

I added MariaDB to GHA testing matrix here: github.com/healthchecks/healthchecks@eaa647a93b and updated README.

<!-- gh-comment-id:2659336363 --> @cuu508 commented on GitHub (Feb 14, 2025): I added MariaDB to GHA testing matrix here: https://github.com/healthchecks/healthchecks/commit/eaa647a93bade8607de2c9046298f7a8b5bf42fa and updated README.
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#773
No description provided.