Migrate Project to TFS2018

僤鯓⒐⒋嵵緔 提交于 2019-11-28 11:09:58

问题


I have two TFS servers - one running 2008 and the other running 2018. I need to move one project (not all) from the TFS 2008 server to the new one. I only need to migrate the source code but would like also maintain all version and checkin history. Is there an upgrade process or utility that can achieve this? Thanks


回答1:


If you want to maintain all version and check-in history. The only way is upgrading TFS server 2008 with database.

Direct upgrade to Team Foundation Server 2018 Update 2 is supported from TFS 2012 and newer. Since your TFS deployment is on TFS 2008, you will need to perform some interim steps before upgrading to TFS 2018 Update 2. Please see the chart below for more information.

If you want to change the hardware which is a restoration-based move, and you should never combine the two move types. First complete the hardware move, and then change the environment: https://docs.microsoft.com/en-us/vsts/tfs-server/admin/move-across-domains?view=tfs-2015v

Would it be best to do the upgrade in-place before moving hardware/domain?

You could do in place upgrade, or move to new hardware. If you're upgrading in place, consider doing a dry run of your upgrade in a pre-production environment, and make sure the system environment is meet.

Are there any particular pitfalls I should be wary of?

Before upgrade, you can read this article first, and be sure you have full backup of your database.




回答2:


You'll have to migrate from TFS 2008 to TFS 2018, at which point you can delete whatever projects you want from TFS 2018. That's going to be the easiest way to do it. Besides there being no really solid work item migration tools, everything has changed significantly since TFS 2008, including things like APIs, work item layouts, fields, features, etc. You're looking at a miserable process to get data from 2008 to 2018 without signficant effort.

The TFS 2008 -> TFS 2018 upgrade process is going to be a bit fiddly, because you can't go directly from 2008 -> 2018, you'll have to go from 2008 to 2012, then 2012 to 2018. However, it's totally supported and is relatively painless, outside of having to do it in multiple steps.



来源:https://stackoverflow.com/questions/51260649/migrate-project-to-tfs2018

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