F43nd1r/Acrarium

Acrarium crashing with SQLException

Closed this issue · 1 comments

r748 commented

After upgrading my Acrarium version, I'm having the same error as already closed in issue #307:

Caused by: java.sql.SQLException: Incorrect string value: '\xE9\xA3\x9B\xE9\xA6\xAC...' for column 'marketing_name' at row 1

I tried adding command: ['mysqld', '--character-set-server=utf8mb4', '--collation-server=utf8mb4_unicode_ci'] to my docker-compose, but Acrarium still crashes during start. Any ideas on how to get Acrarium running again, without losing my existing database?

You need to update the encoding of your existing tables to utf8mb4