Hi, I'm having trouble with the backup database process, I'm have it running on a DOCKER environment and when I try to manually run the backup command: mysqldump --user="$DB_USER" --password="$DB_PASS" "$DB_NAME" > "db.sql" but I got the following error: "mysqldump: command not found".
I'm also running the backup.sh and got the same error.
What am I missing?
I'm also running the backup.sh and got the same error.
What am I missing?
Comment