Closed (fixed)
Project:
Feature Server (fserver)
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2011 at 20:06 UTC
Updated:
22 Jun 2011 at 05:51 UTC
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
Comment #1
danepowell commentedWell 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.
Comment #2
eugenmayer commentedWell 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.