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

Does the find/replace part of this task account for serialized data?

enhancement

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.

bug

Rename "db_pull" to "db_migrate" because it's confusing!

enhancement

Currently we expect the user to want to run a search and replace on a single ref in the database. This is `url` because WordPress (which the Plugin is designed...

enhancement

Currently only very poor basic tests exist. To ensure this repo can continue to develop better tests are required. I'm currently using Vows.

enhancement

Currently we build up manual SSH commands and execute them via shelljs. Often this involves quite complex templating and can become confusing. It also doesn't provide that much protection in...

enhancement

At the moment the script creates directories for sql dumps based on the date and time at the point the script was run. However it might also be useful to...

To stick to JS conventions the backups_dir option should be camel case.

bug
enhancement