You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use semicolon in password for some databases. And grunt-mysql-dump doesn't work properly with this character. After run grunt db_dump I see a error.
Dumping database 'Production DB' to '/Users/kolya/Documents/Backups/example.com/db/production/example.sql'
>> /bin/sh: blahblah#another-part-of-password: command not found
Database dump failed!
Warning: Task "db_dump:download_production" failed. Use --force to continue.
Aborted due to warnings.
I use semicolon in password for some databases. And grunt-mysql-dump doesn't work properly with this character. After run
grunt db_dump
I see a error.Semicolon is before "blahblah" in password.
I think that exists another characters that may crash the grunt-mysql-dump at work. To prevent this pass semicolons with escape character
\
.The text was updated successfully, but these errors were encountered: