Hi,
I am trying to upgrade MM from 5.37 to 6.0.2 on Ubuntu 20.04 with Mysql 8.0.27. DB migration is completed but MM fails to start due to below error and I do not know the fix for this problem. Do let me know if you need any further information.
{“timestamp”:“2021-11-17 06:48:56.618 Z”,“level”:“fatal”,“msg”:“Failed to alter column type. It is likely you have invalid JSON values in the column. Please fix the values manually and run the migration again.”,“caller”:“sqlstore/store.go:860”,“error”:“Error 3140: Invalid JSON text: "Missing a closing quotation mark in string." at position 65535 in value for column ‘#sql-5a0_2e.Data’.”,“tableName”:“LinkMetadata”,“columnName”:“Data”}
The below query returns “0” record
SELECT COUNT() FROM LinkMetadata WHERE data LIKE ‘%\u0000%’;
±---------+
| COUNT() |
±---------+
| 0 |
±---------+
Regards
Ankush Grover