Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jackkitley's avatar

Laravel migrate certificate issues within docker

We run a testing stage within the latest mysql image on jenkins. Inside of that image we run migrations inside the latest project image. This has been running flawlessly for years but it failed last week and i cant seem to understand why.

1 like
3 replies
lo3ty's avatar

Hi Did you ever got to solve this?

I'm facing the same issue locally with my docker setup. What troubles me the most is, that even though I use mysql as database server, it asks for mariadb...

Happy for any input someone might have.

RossHike's avatar

I have just had this issue when trying to run tests locally via my laravel docker + mysql8.0 setup, also for no apparent reason. Tried a bunch of GPT suggestions and StackOverflows but nothing has fixed it. Has been running fine for over a year, have tried rebuilding images and recreated containers.

Only seems to be affecting when running tests (same container as local server but different DB)

Did you find a fix for it @balakir ?

Please or to participate in this conversation.