grunt-deployments
grunt-deployments copied to clipboard
MYSQL database deployments using GruntJS
Even though there are defaults for all options, if there are no options specified I get: Warning: Cannot read property 'backups_dir' of undefined Use --force to continue. Aborted due to...
mysqldump for local use added, as mysql will generate a warning if you pass -uusername and -ppassword. Should be stored in .my.cnf according to MySQL for security reasons.
Hello, Thanks for sharing your software. I use mysql56 from homebrew on a Mac, and when dumping local db "Warning: Using a password on the command line interface can be...
Had to remove the " in my db password in order to make it work. Error happened in line 217 ``` var output = shell.exec(cmd, {silent: false}).output; ```
As you askes me, here's my version working on windows. I was a little surprised by the develop branch having a totally different structure from master where I originally changed...
Develop
Would like to create a Troubleshooting section detailing how to modify a user's path for AMPPS/MAMPS/etc.
to develop branch this time
I'm testing the feature/advanced-search-replace branch and when I run: `grunt db_pull --src="production" --dest="local"` I get the following error: `Error: Missing argument, -n or --name is required` I realise that argument...
I have a Windows 8.1 with Wamp locally and I work with a remote linux platform. Your grunt plugin is fantastic but it didn't worked for me until I made...
I'm testing the `feature/advanced-search-replace` branch and when I run: `grunt db_pull --src="production" --dest="local"` I get the following error: `/bin/sh: node_modules/search-replace-db/srdb.cli.php: No such file or directory` From what I can see,...