Skip to content
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

Database support #2191

Open
avgustinmm opened this issue Jan 9, 2025 · 2 comments
Open

Database support #2191

avgustinmm opened this issue Jan 9, 2025 · 2 comments

Comments

@avgustinmm
Copy link
Contributor

Supporting a database is not a trivial task. This involves:

  • Supporting migration scripts
  • Flyway per database dependencies, see add flywaydb postgre dependency #2024
  • Testing against each database (at least we mainly test against in-memory H2 and MySQL).

I'd like to gather feedback about the usage of hawkBit with different databases. Currently, in theory, hawkBit supports H2, DB2, MySQL, MariaDB, PostgreSQL, and SQL Server.

Could you please share which database you are using? This information will help us consider which databases should be supported in the future.

@diegorondini
Copy link
Contributor

Hi.

In our case we're using MariaDB.

@tommylp
Copy link

tommylp commented Jan 15, 2025

Currently running MariaDB on aws rds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants