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

Add support for newer mariaDB version #105

Open
ipr0310 opened this issue Jun 12, 2024 · 2 comments
Open

Add support for newer mariaDB version #105

ipr0310 opened this issue Jun 12, 2024 · 2 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@ipr0310
Copy link
Member

ipr0310 commented Jun 12, 2024

As Signum-node now requires newer MariaDB version, the pool's ORM must be updated in order to operate seamlessly.

2024-06-12 16:11:14.651 [INFO ] [main] DatabaseFactory - Database: jdbc:mariadb://localhost:3306/pool_babel (MySQL 10.6)
2024-06-12 16:11:14.771 [WARN ] [main] Database - Flyway upgrade recommended: MariaDB 10.6 is newer than this version of Flyway and support has not been tested. The latest supported version of MariaDB is 10.4.
2024-06-12 16:11:14.968 [INFO ] [main] DbValidate - Successfully validated 6 migrations (execution time 00:00.131s)
2024-06-12 16:11:14.987 [INFO ] [main] DbMigrate - Current version of schema pool_babel: 3.3
2024-06-12 16:11:14.988 [WARN ] [main] DbMigrate - Schema pool_babel has a version (3.3) that is newer than the latest available migration (2.3) !
2024-06-12 16:11:14.989 [INFO ] [main] DbMigrate - Schema pool_babel is up to date. No migration necessary.
@ipr0310 ipr0310 added bug Something isn't working enhancement New feature or request labels Jun 12, 2024
@ipr0310
Copy link
Member Author

ipr0310 commented Jun 12, 2024

Error reported by pool operator Shadow

@jjos2372
Copy link
Collaborator

Hello, it says WARN, which should be a warning, not an error. Anyway, let's update the flyway library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants