You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the issue persists despite @r-kernberger 's suggestion, here are two other options to consider:
Upgrade to the latest MySql (>= v9) version.
Generate EF Core migrations manually and use them instead.
The MySql EF Core migrations shipped with Elsa target the latest MySql version and are included for convenience, however these are not required. Some users even prefer to maintain their own migrations.
I performed some tests with MySQL 8.0.0 and Elsa running on .NET 8, and I ran into some issues.
I was able to work around those issues by enabling primitive support and automatically translating parameterized collections to constants, as explained here.
After that, the MySql provider seems to work well, so far. I'll conduct more tests.
The MySql provider + migrations seems to operate well on MySql 8.0. I would encourage you to try out the latest preview build. I'll close this issue as resolved, but please let me know if you still run into issues.
Description
when i use mysql to perisist data. i meet the following error. and my elsa version is 3.2.2. mysql version is 8.0.29.
Steps to Reproduce
i configure elsa like that.
i found when i comment UseWorkflowRuntime. this error disappeared.
@sfmskywalker please help me.
The text was updated successfully, but these errors were encountered: