Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#590506 - set umask so that dump is generated with safer permissions. A better fix than chmod after the fact
#590506 - make mysqldump file non-readable by webserver while executing backup
make mysqldump error unique and not identical to tar backup failure for troubleshooting's sake
#559404 do not display mysql credentials on the commandline
#494376 - proper error checking in mysql backups
update a function call that got missed by the migration script change the delete hook API so that the backupfile is optional this was breaking site deletion Closes: #455954
#456622 - ensure that drush_invoke operates in a clean namespace and does not mistake drupal hooks as its own. Check the issue for the conversion script.
do not use shell redirection to write the SQL dump, use the -r flag instead this is safer because Drush sometimes redirects stderr into stdout and we do not want those errors in our dump See: #447808
pass along the db_host properly to mysqldump Closes: #447808
Move to drush_invoke instead of provision_invoke
#407334 - Refactor to use the drush_context API instead of passing a reference to the $args global
#374797 - move to drush_log and drush_set_error
Fix some issues with backups, and add deploy command to re-deploy backups as new sites.
First import of the basis of the 0.2 release of provision. This version has a much cleaner api, through the dynamic inclusion of <command>.provision.inc files , which any module can overload. Each of these files has the exact same structure, and thus it is much clearer what happens when, and much much simpler to document / extend. I also removed all the drupal dependencies i could find, in preperation for moving to a version agnostic drush, for all buy provision_drupal (which is going to be spun off into a different project). This also includes a working update command, and keeps track of the modules installed on a site after every verify / upgrade process. This information is not being tracked in hosting, yet
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |