/[drupal]/contributions/modules/provision/db_server/backup.provision.inc
ViewVC logotype

Log of /contributions/modules/provision/db_server/backup.provision.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 1 15:25:48 2009 UTC (8 weeks, 2 days ago) by mig5
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA2, DRUPAL-6--0-4-ALPHA3, HEAD
Changes since 1.13: +4 -5 lines
Diff to previous 1.13
#590506 - set umask so that dump is generated with safer permissions. A better fix than chmod after the fact

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 1 07:17:42 2009 UTC (8 weeks, 2 days ago) by mig5
Branch: MAIN
Changes since 1.12: +5 -0 lines
Diff to previous 1.12
#590506 - make mysqldump file non-readable by webserver while executing backup

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 20 03:24:22 2009 UTC (2 months, 1 week ago) by mig5
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
make mysqldump error unique and not identical to tar backup failure for troubleshooting's sake

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 26 01:13:44 2009 UTC (3 months ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-3, DRUPAL-6--0-4-ALPHA1
Changes since 1.10: +56 -1 lines
Diff to previous 1.10
#559404 do not display mysql credentials on the commandline

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 17 17:49:41 2009 UTC (5 months, 1 week ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-3-RC1, DRUPAL-6--0-3-RC2, DRUPAL-6--0-3-RC3, DRUPAL-6--0-3-RC4
Changes since 1.9: +4 -1 lines
Diff to previous 1.9
#494376 - proper error checking in mysql backups

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 18:20:51 2009 UTC (6 months, 2 weeks ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-2, DRUPAL-6--0-2-BETA1, DRUPAL-6--0-2-RC1
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
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

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 22:04:29 2009 UTC (6 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
#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.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 28 23:01:07 2009 UTC (7 months ago) by anarcat
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
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

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 28 22:58:56 2009 UTC (7 months ago) by anarcat
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
pass along the db_host properly to mysqldump

Closes: #447808

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 6 17:45:54 2009 UTC (7 months, 3 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-2-ALPHA1
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
Move to drush_invoke instead of provision_invoke

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 16:13:24 2009 UTC (8 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.3: +6 -6 lines
Diff to previous 1.3
#407334 - Refactor to use the drush_context API instead of passing a reference to the $args global

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 22:43:57 2009 UTC (9 months ago) by adrian
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2
#374797 - move to drush_log and drush_set_error

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 10:29:18 2009 UTC (9 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.1: +8 -2 lines
Diff to previous 1.1
Fix some issues with backups, and add deploy command to re-deploy backups as new sites.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 02:17:48 2008 UTC (11 months, 2 weeks ago) by adrian
Branch: MAIN
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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2