2

We need to move TFS (basic source control only configuration) to a brand new - more powerful - machine. I found several articles on the subject but I cannot figure out what's the best approach for my scenario. Currently I have only installed Windows Server 2008 R2 as in the original machine.

Here are the options so far:

1) Move Team Foundation Server from One Hardware Configuration to Another

2) Move a Team Project Collection

3) TFS 2010 Power Tools Backup and Restore

What I like most is 3) but I was discouraged from this: TFS Power Tools backup plan is not used to backup one TFS DBs and restore them to another TFS DBs

What is the most straightforward way to accomplish my task and put the new machine at work?

Thanks.

abenci
  • 503
  • 1
  • 7
  • 17

1 Answers1

1

I would go for option 1. Your scenario is exactly where this article is written for.

Option 2 is used when you want to move a Team Project Collection from one TFS instance to another instance.

Option 3 is for Disaster Recovery.

Ewald Hofman
  • 166
  • 3
  • What's the difference between a disaster recovery and moving to a new machine? – abenci Aug 24 '11 at 09:25
  • You can proably use disaster recovery for moving to another machine, but disaster recovery is more meant to create a recursive backup plan, so you always have the data in TFS if a database gets unavailable due to whatever reason. When you look to option 1, it takes into account everything to get the environment up and running again, including Reporting and SharePoint. When you leave that out there is not much more left than just install TFS on the server and then restore a database. Because you are moving to a new machine with a new name there are some additional steps that are also described. – Ewald Hofman Aug 25 '11 at 11:23
  • Thanks Ewald, btw we don't use Reporting and Sharepoint, only basic source control and work items. Users are defined only on the server machine, this is another interesting part of the job: what would happen when on the new machine I will redefine the users (same usernames and passwords)? – abenci Aug 25 '11 at 12:10
  • 1
    Users are stored with their SIDs on the server IIRC. Moving your server to a new workgroup environment, probably will give you new users (although the name is the same) – Ewald Hofman Aug 26 '11 at 08:42