Closed s3tupw1zard closed 5 months ago
I tested another version of the image and it appears that the error doesn't occur, or to put it in other words, it doesn't prevent it to change the support mail address. In the console I'm getting the same error, but this time the change was successful.
The image I tested was ghost:5.73.2-alpine (here it kinda works like expected)
With versions ghost:5.74.0-alpine, ghost:5 and ghost:5.74 including ghost:latest the described error is present.
can i work on this?
mysql:latest is not supported.
MySQL 8 is supported.
@royalfig It would be helpful if mentions of "MySQL 8" in docs clarified whether that means
8.0, 8.1, 8.2
or all three.
The issue here seems like it might be due to running a MySQL version that qualifies as MySQL 8, but is newer than intended or tested.
@markstos Thanks! I'll confirm this.
@s3tupw1zard Our recent release updates how email addresses work in Ghost. Are you able to upgrade and see if you still encounter this bug?
Our bot has automatically marked this issue as stale because there has not been any activity here in some time.
The issue will be closed soon if there are no further updates, however we ask that you do not post comments to keep the issue open if you are not actively working on a PR.
We keep the issue list minimal so we can keep focus on the most pressing issues. Closed issues can always be reopened if a new contributor is found. Thank you for understanding 🙂
Issue Summary
Hello, I'm getting an error when I want to change the support email on my blogs portal settings.
I installed my blog using docker compose. A few days later I moved the folder with both folders for ghost and mysql to another server.
Here's my docker compose file:
I omitted the traefik Proxy part, because that part works without problems with my domain. I already tried to reset my instance but the result is the same.
Is there a way to fix this?
Thank you for help
Steps to Reproduce
Ghost Version
5.74.0
Node.js Version
The version in the docker image
How did you install Ghost?
docker compose
Database type
MySQL 8
Browser & OS version
No response
Relevant log / error output
Code of Conduct