Needs review
Project:
Quickstart: Prebuilt Drupal Development Environment
Component:
Drush
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2011 at 08:12 UTC
Updated:
13 Jul 2012 at 08:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
MichaelCole commentedHi, this is being worked on in drush5, and quickstart will probably take advantage of it. For now, there is no good way to do this other than to copy the files and database manually.
Comment #2
undersound3 commentedok thanks for the heads up
Comment #3
KLicheR commentedI've added 2 Drush Quickstart commands that can archive and restore a Quickstart site on a different domain name:
drush quickstart-archive (qa)(required) --domain=the_site_you_want_to_archive.comdrush quickstart-restore (qr)(required) --domain=the_new_site_you_want_to_create.com(required) --archive=the/path/of/the/archive.tar.gzComment #4
traviscarden commentedI believe you're looking for "needs review", @KLicheR. :) See Status settings for an issue.
Comment #5
undersound3 commentedThanks for this !