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

Daniel-Pablo's avatar

mysql container Docker Is diying each time I migrate

Hi I am trying to migrate with Sail sail artisan migrate

and each time I call the command the docker MySQL container DIE

HELP here thanks in advance am in production on a server inside digital ocean

Also, any call to migrate is like ages - take really long time to see what's going on a LOT even to see an error going on...

0 likes
2 replies
Sinnbeck's avatar
Sinnbeck
Best Answer
Level 102

Did you try checking the log?

Replace mysql with the actual container name

docker logs mysql 

Please or to participate in this conversation.