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 · 4 comments
Open

Database support #2191

avgustinmm opened this issue Jan 9, 2025 · 4 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

@BrandonSchmitt
Copy link
Contributor

We use MySQL 8.

@avgustinmm
Copy link
Contributor Author

avgustinmm commented Mar 6, 2025

Since it seems not users for DB2 and MS SQL Server we decided to cancel support for these databases.
We plan to have next release (0.8.0) these days with support for both, and after that support will be removed.
This means we will stop update the flyway migration scripts for both databases. Of course, anyone could continue to maintain by himself these migrations following the supported by hawkBit project migrations.

So, the supported database list will be:

  • H2 - as in memory, easy to test/evaluate DB
  • PostgreSQL - as popular open source DB
  • MySQL and MariaDB - as widely used and almost "the same" DBs, hence, same support

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

4 participants