grunt-deployments
grunt-deployments copied to clipboard
Output error using db_pull
Discovered potential error when using the db_pull command. Target database db dump file has contents of:
/bin/sh: 8bN[N7Nwe.1: command not found
Not sure what's going on.
Not able to replicate.
I can replicate this.
It seems this happens when the target db password contains a semi-colon.
"pass": "8!27;=@@GT{J"
Gives me a target database dump file with the following contents:
/bin/sh: =@@GT{J: command not found
Any ideas how we could escape this?
I'm a front end developer who's learning (and very interested) in grunt, node.js etc. I'm definitely out of my comfort zone, but I'll do some research and see if I can come up with a solution.
It's shell.js handling the password?
I'm a front end developer who's learning (and very interested) in grunt, node.js etc
So am I Dave, so am I :) Flagging this up as a bug that needs resolving.