I currently have a large number of Features (feature server projects) on my primary domain (example.com) that I'd like to move to a new drupal installation on a subdomain (code.example.com). Can you recommend any tools or procedures to accomplish this? I know there are some modules that will export nodes, but I'm especially ensure of how to handle the files attached to project releases...

Comments

danepowell’s picture

Status: Active » Fixed

Well here's what I ended up doing- first I put all of the individual releases into a Git repository, where I should have had them all along. Then it was just a matter of creating corresponding project nodes on the new site, which I suppose I could have done with Node Export, and running drush fserver-package to recreate the releases.

eugenmayer’s picture

Well creating the projects is most commenly a task you will have to do manually, more or less. fserver-package works perfect, also as a cron.

I have also written an extension which checks, for all project, if there are commits which did not yet ge tagged. If you are working on a release, you have quiet a number of projects and you want to have an overview, that is handy.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.