grunt-deployments
grunt-deployments copied to clipboard
MYSQL database deployments using GruntJS
fixed #69 to display error message when database import fails.
Dump files prefixed with "Warning: Using a password on the command line interface can be insecure."
Causes database imports to fail. I'm using MySQL 5.6, which has improved security, which might be the problem. Fixed by modifying tpls strings to set password variable: ``` mysqldump: "MYSQL_PWD=...
I have not been able to figure out a way to use db_pull or db_push in a list of tasks because of the need for the "--target=" parameter. Is there...
My backups folder is getting pretty big on several of my projects and would be great if we could tidy during a pull or push.
Update peerDependencies to support Grunt 1.0 Hello, This is an automated issue request to update the `peerDependencies` for your Grunt plugin. We ask you to merge this and **publish a...
mysqldump returns 'bash: mysqldump: command not found', but launching it directly on server works well.
 While importing dumped (Errored file content) sql file, i am having "You have an error in your SQL syntax" but programm moves forward...
It is reasonably common for hosting services to use a non-standard SSH port, e.g. 2222.
A simple way to exclude table rows from certain tables? ie. SELECT \* FROM `wp_posts` WHERE `post_type` LIKE '%revision%' I've been using this across several sites over the last year...