Closed fabsau closed 2 years ago
Hey @fabsau 👋
We've reviewed your bug report and believe the issue is environment specific, rather than a bug. Many questions can be answered by reviewing our documentation. If you can't find an answer then our forum is a great place to get community support, plus it helps create a central location for searching problems/solutions.
Issue Summary
Since I could not solve the issue I posted in the forum, which also has been mentioned at #14516, I migrated my blog from mariadb to mysql. Unfortunately the issue persists. For the migration from MariaDB to Mysql 8 I used this guide Under 4.41.3-alpine + mysql everything is working fine. So I see the issue in the upgrade process. Mysql 8 is running with default settings. I also tested 4.46 and 4.47, the error log was always the same.
According to your FAQ "Troubleshooting MySQL databases" the error could be due to enabled ANSI, but this does not seem to be the case(?, not an expert on databases)
mysql> SELECT @@sql_mode; +-----------------------------------------------------------------------------------------------------------------------+ | @@sql_mode | +-----------------------------------------------------------------------------------------------------------------------+ | ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION | +-----------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec)
Steps to Reproduce
Ghost Version
4.44
Node.js Version
Included in docker image I guess
How did you install Ghost?
Docker 20.10.12, Ubuntu 20.04.4 LTS
Database type
MySQL 8
Browser & OS version
No response
Relevant log / error output
Code of Conduct