lorisleiva / laravel-docker

🐳 Generic docker image for Laravel Applications
MIT License
927 stars 313 forks source link

mysqldump not found, rather mariadb #64

Closed thecaliskan closed 3 years ago

thecaliskan commented 3 years ago

mysql name changed to mariadb.

Command not found : sh: 1: /mysqldump: not found

lorisleiva commented 3 years ago

Hi there, I’m afraid whilst mariadb wraps mysql they are two different binaries.

thecaliskan commented 3 years ago

mysql-client package is not found https://pkgs.alpinelinux.org/contents?file=&path=&name=mysql-client&branch=edge&repo=main&arch=x86_64

true; https://pkgs.alpinelinux.org/contents?file=&path=&name=mariadb-client&branch=edge&repo=main&arch=x86_64

When mysql-client package is loaded, mysqldump command does not working