grunt-deployments icon indicating copy to clipboard operation
grunt-deployments copied to clipboard

MYSQL database deployments using GruntJS

Results 38 grunt-deployments issues
Sort by recently updated
recently updated
newest added

Hi Dave, I hope this is what you had in mind. Cheers!

is this due to compression? my db is quite huge... these is the output: ``` grunt db_pull --target='prd' Running "db_pull" task Pulling database from 'PRD' into Local Creating DUMP of...

This plug-in is working as expected until I place an absolute path in a Text Widget and run the db_push task. For example, if I have place an image in...

My remote database dumps were hanging here: ``` dnewton@newtron ~/Sites/gh/great 👍 grunt db_pull --target="dev" Running "db_pull" task Pulling database from 'Dev DB' into Local Creating DUMP of remote database ```...

Fix for Dump files prefixed with "Warning: Using a password on the command line interface can be insecure." #55

This is the error I'm getting when I try grunt db_push --target="stage" Importing DUMP into remote database stdin: is not a tty ERROR 1064 (42000) at line 1: You have...

Question: This might be obvious but I couldn't figure out how to do it. Is there a way to run the db_pull command as a task in GruntFile.js? I figured...

First commit is primary change, to avoid dump files prefixed with "Warning: Using a password on the command line interface can be insecure." Second commit fixes an issue where a...

It would be more flexible if it was possible to specify a "privateKey" option, as is done by grunt-rsync and grunt-rsyncwrapper (and, in fact, rsync itself). This could eliminate the...

$$ grunt db_pull --target="prod" Running "db_pull" task Pulling database from 'Production' into Local Creating DUMP of remote database > > Database DUMP succesfully exported to: > > backups/prod/20140730/00-07-49/db_backup.sql > >...