matteinim@feddit.itOPtoSelfhosted@lemmy.world•Tarallo - selfhostable FOSS Trello alternativeEnglish
1·
7 months agoEdit: checking the readme some small changes would be required. Config.php should read in environment variables and the DB init SQL should be run automatically somehow.
I’ll probably start with making these changes to make it compatible, thanks!
That is the character set and collation that should be used, and your DB probably don’t support it. You can try by leaving the default by removing “CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci” inside init_db.sql, anywhere you find it.