Skip to content

fix: docker compose errors - #245

Open
kleenkanteen wants to merge 1 commit into
pschlan:masterfrom
kleenkanteen:fix-mysql-config
Open

fix: docker compose errors#245
kleenkanteen wants to merge 1 commit into
pschlan:masterfrom
kleenkanteen:fix-mysql-config

Conversation

@kleenkanteen

Copy link
Copy Markdown

This fixes the errors I had when running docker compose up I mention in #242. You can test the changes in a github codespace with 16gb ram. I also fix the mysql image to 8.4 to prevent new changes causing breaking changes.

Comment thread database/struct_node.sql
`jobid` int(11) NOT NULL DEFAULT '0',
`key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`value` text COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`value` text COLLATE utf8mb4_unicode_ci NOT NULL,

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

newer mysql version does not allow a default value when not null

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.

1 participant