MariaDB / mariadb-docker

Docker Official Image packaging for MariaDB
https://mariadb.org
GNU General Public License v2.0
755 stars 436 forks source link

Missing symlink to mysqldump? #519

Closed tushev closed 1 year ago

tushev commented 1 year ago

I'm trying to execute the following command:

 docker compose exec db sh -c 'exec mysqldump --all-databases -uroot -p"R00tPASSw0RD"'

But I get the following error: sh: 1: exec: mysqldump: not found.

In the same time, mariadb-dump works.

Is symlink to mysqldump missing in Docker image or it is a deliberate decision?

grooverdan commented 1 year ago

It is deliberately missing in in the mariadb:latest (11.0). ref: #512.

It was time we started to get referred to by our own name.

Sorry for the inconvenience and thanks for using MariaDB.

tushev commented 1 year ago

OK, thank you for explaining. For consistency, please consider adding a disclaimer here: https://mariadb.com/kb/en/mysqldump/

grooverdan commented 1 year ago

Done. Added a notice in addition to it being in a Legacy Clients and Utilities category. Thanks.