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
logs.log_data should be a LONGBLOB or greater: particularly long log lines (>65kb) causes issues with mysql's default BLOB type used by xorm for byte arrays: manually altering the table fixed the issue for me, but it would be probably better to alter the type for everyone :)
I don't use pipeline artifacts, but I bet the same problem would be present in files bigger than 65kb when using mysql.
Component
agent
Describe the bug
logs.log_data
should be a LONGBLOB or greater: particularly long log lines (>65kb) causes issues with mysql's default BLOB type used by xorm for byte arrays: manually altering the table fixed the issue for me, but it would be probably better to alter the type for everyone :)I don't use pipeline artifacts, but I bet the same problem would be present in files bigger than 65kb when using mysql.
System Info
`woodpeckerci/woodpecker-agent:next` on arm64
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: