Ask a questionAsk a question
 

Answermove a TFS project from a 2008 server to a new 2010 server?

  • Monday, November 02, 2009 10:40 PMLou Machado Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,
      I thought there was a way as part of the migration strategy to set up net new hardware on 2010 and then import a project from the 2008 machine to the 2010 machine.  Am I mistaken or is this possible?

Answers

  • Monday, November 02, 2009 11:24 PMBryan MacFarlane MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    You can use tfsconfig import to pull in a TFS 2008 server into a 2010 collection. 

    go to programfiles\tfs2010\tools and run tfsconfig help import

    Basically, you point to the sql instance where your 2008 dbs are.  The import command will fold them together into one 2010 collection db.  That means the process is destructive so make sure you back up those dbs.  It's best to back them up, restore them to a SQL 2008 instance (your 2010 target sql instance) and then run import against those.

    hope that helps.

    let me know if you have any issues.

    Bryan
    • Marked As Answer byLou Machado Thursday, November 05, 2009 8:49 PM
    •  

All Replies

  • Monday, November 02, 2009 11:24 PMBryan MacFarlane MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    You can use tfsconfig import to pull in a TFS 2008 server into a 2010 collection. 

    go to programfiles\tfs2010\tools and run tfsconfig help import

    Basically, you point to the sql instance where your 2008 dbs are.  The import command will fold them together into one 2010 collection db.  That means the process is destructive so make sure you back up those dbs.  It's best to back them up, restore them to a SQL 2008 instance (your 2010 target sql instance) and then run import against those.

    hope that helps.

    let me know if you have any issues.

    Bryan
    • Marked As Answer byLou Machado Thursday, November 05, 2009 8:49 PM
    •  
  • Tuesday, November 03, 2009 12:03 AMLou Machado Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Yikes... ok, I'll tinker and give it a chance.  I didn't know it would be an all or nothing deal.