Migration from TFS 2010 to TFS 2012

天涯浪子 提交于 2019-12-01 17:59:24

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

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!