/[drupal]/contributions/modules/provision/platform/migrate.provision.inc
ViewVC logotype

Log of /contributions/modules/provision/platform/migrate.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.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 17 16:56:53 2009 UTC (7 days, 19 hours ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA3, HEAD
Changes since 1.17: +6 -0 lines
Diff to previous 1.17
add documentation to the site_offline flag

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 17 16:22:17 2009 UTC (7 days, 20 hours ago) by adrian
Branch: MAIN
Changes since 1.16: +2 -0 lines
Diff to previous 1.16
#632984 - handle rollback

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 17 16:18:56 2009 UTC (7 days, 20 hours ago) by adrian
Branch: MAIN
Changes since 1.15: +2 -0 lines
Diff to previous 1.15
#632984 - provision migrate should put site offline during migration

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 05:43:40 2009 UTC (4 weeks, 4 days ago) by anarcat
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Revert "workaround for #485646 - pass the commandline arguments for the DB to deploy so we can force the database server manually"

This makes the *master* password show up on the commandline. Bad. We'll need to find another way.

This reverts commit 0eb09b06887129160ac0ea5ac555e35c45cb8d46.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 22:11:53 2009 UTC (4 weeks, 5 days ago) by anarcat
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
workaround for #485646 - pass the commandline arguments for the DB to deploy so we can force the database server manually

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 00:47:02 2009 UTC (2 months ago) by mig5
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA2
Changes since 1.12: +1 -0 lines
Diff to previous 1.12
added documentation re #585810 - restore the vhost conf of a site on rollback from failed migration

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 00:45:50 2009 UTC (2 months ago) by mig5
Branch: MAIN
Changes since 1.11: +1 -0 lines
Diff to previous 1.11
#585810 - restore the vhost conf of a site on rollback from failed migration

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 11:42:15 2009 UTC (3 months ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-3, DRUPAL-6--0-4-ALPHA1
Changes since 1.10: +3 -1 lines
Diff to previous 1.10
#485646 - provide additional information to backend command during migration. thanks anarcat

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 22:04:30 2009 UTC (6 months, 2 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-2, DRUPAL-6--0-2-BETA1, DRUPAL-6--0-2-RC1, DRUPAL-6--0-3-RC1, DRUPAL-6--0-3-RC2, DRUPAL-6--0-3-RC3, DRUPAL-6--0-3-RC4
Changes since 1.9: +5 -5 lines
Diff to previous 1.9
#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.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 03:01:51 2009 UTC (7 months, 1 week ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-2-ALPHA1
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
Fix up the alias handling some more, such as deleting the old aliases on delete and migrate. Also fixed the email routines to point to the right file now that the conditional includes are in their own directory

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

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 16:52:35 2009 UTC (8 months ago) by adrian
Branch: MAIN
Changes since 1.6: +1 -2 lines
Diff to previous 1.6
#411822 - refactor to use drush_bootstrap. This also should fix #408810.

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

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 19:05:10 2009 UTC (8 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Some fixes

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 25 17:08:12 2009 UTC (8 months, 4 weeks ago) by adrian
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3
Move to using drush_backend_invoke. #380688

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 16 16:46:29 2009 UTC (9 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.2: +0 -5 lines
Diff to previous 1.2
No longer use the drush.php link in the platform directory for migration

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 16 16:42:39 2009 UTC (9 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
No longer use the drush.php link in the platform directory for migration

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 12:26:06 2009 UTC (9 months, 3 weeks ago) by adrian
Branch: MAIN
Added migrate command. Can no go drush.php provision migrate somesite.com /path/to/other/platform, and it will re-deploy it on the new platform, cleaning up after itself. with full rollback. It will also run any outstanding updates, which means we now (theoretically) have both major and minor version upgrades. What is missing is version checking to ensure you are not deploying on a platform with missing packages etc.

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