grunt-deployments
grunt-deployments copied to clipboard
MYSQL database deployments using GruntJS
Does the find/replace part of this task account for serialized data?
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.
Rename "db_pull" to "db_migrate" because it's confusing!
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...
Currently only very poor basic tests exist. To ensure this repo can continue to develop better tests are required. I'm currently using Vows.
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...
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.