Can I install two instances (2012 and 2015) of TFS on the same server

故事扮演 提交于 2019-12-11 14:40:10

问题


We are looking at upgrading, but management does not want to buy another server.

We currently have TFS 2012 installed. Can I install TFS 2015 beside it or will that create a problem?

I would imagine I would at least need to configure a different port for TFS web.


回答1:


No you cannot. The installer for 2015 will force you to remove the 2012 Application Tier.

Your SQL Server database server will be shareable as long as it's a version that supported by both 2012 and 2015 (SQL Server 2012 (minimum SP1)). And as long as both instances have a different database label configured.



来源:https://stackoverflow.com/questions/38770789/can-i-install-two-instances-2012-and-2015-of-tfs-on-the-same-server

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