3

我在现有服务器上安装了 TFS 2010,并希望将其移至新服务器。我想保持我所有的排序规则完好无损,并使移动尽可能顺利。我还想使用 Power Tools 备份/恢复功能来执行此操作。我现在在网络位置有备份,那么如何将这些备份可靠地还原到我新安装和打补丁的 TFS 2010 机器上(无需配置)?

4

2 回答 2

10

将 TFS 实例移动到新服务器是一个微妙的过程。TFS 配置数据库包含大量 URI、服务帐户和其他重要信息。

您可以快速将 TFS 备份还原到同一台服务器,而不会出现问题。要实际移动到不同的硬件或全新安装,请遵循以下(冗长的)过程。您可以使用现有的备份。

于 2012-04-10T20:46:00.237 回答
1

+1 for @jessehouwing

But if you have the same URI's, you can do the following

After you back up TFS 2010 using TFS Power Tools 2011, then you restored the TFS 2010 back up to another SQL Server or instance, or restored in the original SQL Server which your TFS 2010 configured?

If you want backup TFS 2010 using TFS Power Tools and restore to the original SQL Server, please refer to the detailed steps in this article: http://myalmblog.com/2010/09/12/tfs-2010-power-tools-tfs-backup-and-restore-hands-on-lab/.

If you want to backup TFS 2010 and restore to another SQL Server or instance, after restore TFS 2010 database on the new SQL Server, you need to configure the new SQL Server for your TFS 2010, please refer to the detailed steps in this document: http://msdn.microsoft.com/en-us/library/ms252516.aspx.

于 2012-04-10T20:53:51.563 回答