我可以在同一台服务器上安装两个 TFS 实例(2012 和 2015)吗
Can I install two instances (2012 and 2015) of TFS on the same server
我们正在考虑升级,但管理层不想购买另一台服务器。
我们目前安装了 TFS 2012。我可以在它旁边安装 TFS 2015 还是会产生问题?
我想我至少需要为 TFS web 配置一个不同的端口。
不,你不能。 2015 年的安装程序将强制您删除 2012 应用程序层。
你的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.
我们正在考虑升级,但管理层不想购买另一台服务器。
我们目前安装了 TFS 2012。我可以在它旁边安装 TFS 2015 还是会产生问题?
我想我至少需要为 TFS web 配置一个不同的端口。
不,你不能。 2015 年的安装程序将强制您删除 2012 应用程序层。
你的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.