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

Docker MariaDB fix #779

Merged
merged 1 commit into from
Jan 20, 2024
Merged

Docker MariaDB fix #779

merged 1 commit into from
Jan 20, 2024

Conversation

gittrekt
Copy link

Appears that adding a buildscript block resolves the issue and MariaDB is able to be connected to through docker again.

[INFO] 2024-01-20 15:18:01 brs.db.sql.Db - Running flyway migration
[INFO] 2024-01-20 15:19:58 brs.db.sql.Db - Using SQL Backend with Dialect MariaDB - Version 11.1.3-MariaDB-1:11.1.3+maria~ubu2204
[INFO] 2024-01-20 15:19:59 brs.BlockchainProcessorImpl - Genesis block already in database

Appears that adding a buildscript block resolves the issue and MariaDB is able to be connected to through docker again. 

```
[INFO] 2024-01-20 15:18:01 brs.db.sql.Db - Running flyway migration
[INFO] 2024-01-20 15:19:58 brs.db.sql.Db - Using SQL Backend with Dialect MariaDB - Version 11.1.3-MariaDB-1:11.1.3+maria~ubu2204
[INFO] 2024-01-20 15:19:59 brs.BlockchainProcessorImpl - Genesis block already in database
```
@gittrekt
Copy link
Author

Solutions presented in these two GH pages:
flyway/flyway#3355
flyway/flyway#3722

Copy link
Member

@ohager ohager left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice job

@gittrekt gittrekt closed this Jan 20, 2024
@ohager ohager reopened this Jan 20, 2024
@ohager ohager merged commit 5b849b5 into signum-network:main Jan 20, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants