Migration from TFS 2010 to TFS 2012

后端 未结 2 1378
我在风中等你
我在风中等你 2021-01-18 08:19

I have been searching the web for a clean solution on how to migrate our 2010 tfs collections to our new tfs 2012 server, but no luck. May someone please assist with the ste

相关标签:
2条回答
  • 2021-01-18 09:02

    You can move a collection at a time using the detach option in 2010 and attach it back to 2012 using the attach option there.

    See http://msdn.microsoft.com/en-us/library/dd936138(v=vs.100).aspx

    0 讨论(0)
  • 2021-01-18 09:05

    Here is a decent blog post: http://mohamedradwan.wordpress.com/2013/01/05/upgrade-tfs-2010-to-tfs-2012-with-migration-to-a-new-hardware-series/

    The basic steps you want to follow are:

    1. Backup all of your 2010 databases.
    2. Restore those databases on the SQL Server on your new hardware.
    3. On your new hardware, install TFS 2012
    4. When it comes time to configure. Select the upgrade option.
    5. It will asks where your databases are. Select the SQL Server that you used in #2.
    6. Press Go.

    Note, if you want to test 2012 with the same clients you are using for 2010 then you'll need to "clone" the system otherwise your clients will get confused. To do that, see http://msdn.microsoft.com/en-us/library/vstudio/ee349259.aspx

    0 讨论(0)
提交回复
热议问题