- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 520
Add support for MariaDB/MySQL #283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sounds good to me! It may be a bit tricky though, because IIRC, mysql/mariadb does not support the following:
|
Mariadb (not MySQL) has
MySQL/MariaDB you have two options to do something similar:
or
HTH! |
any news on this? |
@schealex I don't have time to personally work on a feature like this right now, but if you or anybody else are interested in trying to implement it, please don't hesitate. |
For someone here who want to test gatus with MySQL, you can use this docker image: |
Describe the feature request
sqlite and postgres are both available as storage engines. In some environments, where a MySQL or MariaDB server already exists, it would be convenient to use a DB on this server.
Why do you personally want this feature to be implemented?
I have an environment with MySQL/MariaDB :)
How long have you been using this project?
Currently evaluating
Additional information
If there are no known technical blockers why it would not work, I'm happy to take a pass at implementing the support and send a PR. It looks like it should be fairly doable, and would be in the same style as the postgres/sqlite split.
The text was updated successfully, but these errors were encountered: