Active
Project:
Hosting Reinstall
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
30 May 2012 at 00:18 UTC
Updated:
3 Dec 2014 at 17:17 UTC
Jump to comment: Most recent
While I wrote this for testing profile based installations, when I'm sandboxing a module I keep all modules in the sites directory, re-installing nukes all files and folders which means I have to re-download everything and may even lose some custom code if I wasn't smart enough to backup everything correctly.
Comments
Comment #1
ergonlogicI think the way forward for this would be to wrap the call to provision-delete in an option check. Then we could instead run Provision_Service_db::destroy_site_database to just remove the DB, which is probably all we really need for development purposes. We'd probably also need to empty array of files to create on site install using hook_provision_drupal_create_directories_alter().
Comment #2
ergonlogicNow that I've ported this to Aegir 3 (https://www.drupal.org/sandbox/ergonlogic/2386543), I'll work on this over there.