args are picked up by Drone SSH instead of mysqldumpΒ #12
Open
Description
I'm trying to pass args to mysqldump (--no-tablespaces
to avoid err: mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces
) but Drone SSH tries to use them instead.
My action:
- uses: valerianpereira/backup-action@master
with:
[...]
args: --no-tablespaces
Output:
π Loading the ssh key...
Done!! π»
ποΈ Backup type: db
DB type: mysql
πββοΈ Running commands over ssh...
Incorrect Usage. flag provided but not defined: -no-tablespaces
________ _________ _________ ___ ___
\______ \_______ ____ ____ ____ / _____// _____// | \
| | \_ __ \/ _ \ / \_/ __ \ ______ \_____ \ \_____ \/ ~ \
| | \ | \( <_> ) | \ ___/ /_____/ / \/ \ Y /
/_______ /__| \____/|___| /\___ > /_______ /_______ /\___|_ /
\/ \/ \/ \/ \/ \/
[...]