Skip to content

Wallabag: change db charset to utf8mb4

T T requested to merge kaventi123/HomelabOS:wallabag_utf8mb4_db_charset into dev

This pull request changes the charset of database from utf8 to utf8mb4

I have experienced multiple times those Internal Server Error exceptions while adding new pages in Wallabag. I found this closed issue which seemed to work for me https://github.com/wallabag/wallabag/issues/5116

Even in Wallabag itself LINK they use utf8mb4 and suggest to change to utf8 for PostgreSQL or SQLite

Edited by T T

Merge request reports