Hello Seek Developers,
I hope this message finds you well. I wanted to provide an update on the MySQL signature issue I encountered during the SEEK upgrade process within a Dockerized environment.
After further investigation, I have found a resolution to the problem. It appears that the issue is not directly related to SEEK but rather to the official MySQL Docker image. When using the official MySQL image, I encountered the "missing signature key" error during the upgrade process.
To resolve this issue, I switched to using an alternative MySQL image, specifically cimg/mysql, and everything worked seamlessly. It seems that the problem lies within the official MySQL Docker image or its compatibility with the SEEK upgrade process.
For your reference, here is the modified section in the docker-compose.yml file:
services:
db:
image: cimg/mysql
# ... other configurations ...
By making this change, I was able to successfully upgrade SEEK to version 1.13 without encountering the MySQL signature issue.
I hope this information proves helpful to anyone facing a similar situation. If you have any further insights or suggestions, feel free to share them.
Thank you for your attention and assistance.
Kind regards,
Khaled