Tapas Mahata
Tapas Mahata

Reputation: 351

TFS 2010 to TFS Cloud migration

I have a situation to migrate TFS 2010 to TFS 2012 Cloud with all the codes, checkin histories with timestamps but till now I didn't find anything helpful.

All are suggesting using TFS Integration Platform to to the same but I am not sure whether it will fulfill my requirement or not?

Please provide me a step by step details of how to migrate projects from TFS 2010 to TFS 2012 Service.

Thanks in advance.

Upvotes: 1

Views: 206

Answers (1)

Andy Neillans
Andy Neillans

Reputation: 368

Just to be clear, are you trying to move from TFS 2010 to TFS 2012 on premise or TFS 2010 to Visual Studio Team Services (TFS in the Cloud)?

If you are looking to move from TFS 2010 to TFS 2012, the easiest and highest fidelity way of doing this (i.e. retaining all your histories etc) is to upgrade the actual Project Collection database.

The steps to do this are documented here: https://www.visualstudio.com/en-us/docs/setup-admin/tfs/admin/move-project-collection

If you detach the collection from 2010, backup and restore it (using SQL Server) to the new instance, you can attach it on 2012 and it will commence the servicing steps to upgrade as needed.

There is another StackOverflow question that is relevant if this is the case too: Migration from TFS 2010 to TFS 2012

However, if you are looking to migrate to VSTS, things are much more complicated and you will need to upgrade to TFS 2017 RTM at a minimum (https://www.visualstudio.com/en-us/articles/adopting-vsts).

Upvotes: 0

Related Questions