Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upgrading Team Foundation Services (TFS)

Currently our company is using Team Foundation Server 2010, and we have quite a bit of source code in our repositories.

Although I am not a big fan of TFS, we are still continuing to use it. I do have hope for TFS 11, but I wanted to know:

  1. what needs to be done to make the move from our current setup to the new TFS 11.
  2. Does it require us to reestablish our source code repository, or can we simply point the new TFS at our legacy repository.

  3. What are, if any, the best practices on migrating source code repositories.

like image 340
TheJediCowboy Avatar asked Sep 29 '11 15:09

TheJediCowboy


People also ask

How do I upgrade TFS?

First, install TFS, then run the upgrade configuration wizard. If you move the TFS application tier to new hardware, you must update the URL for the application tier after you finish running the TFS upgrade wizard. After you install TFS, its configuration tool appears automatically.

What is replacing TFS?

With Azure DevOps Server 2019, Microsoft is renaming Visual Studio Team Foundation Server to Azure DevOps Server.

How do I upgrade from TFS 2013 to 2018?

You need to detach collection from the TFS 2013 before taking backup. Alternatively, you can take backups of all TFS 2013 databases, restore them on your SQL Server 2017 and configure TFS 2018 using upgrade wizard.

Is TFS still a thing?

So, TFS has morphed again. Today, VSTS (Visual Studio Team Services) is Microsoft's Git code hosting, collaboration, and DevOps platform. It offers features comparable to other cloud-based Git tools and is the default version control system in Visual Studio. The on-premises version of VSTS is now called TFS.


1 Answers

There will be an in-place upgrade wizard going from TFS 2010 to TFS 2012 & TFS 2013. It is also an upgrade going from 2012 RTM to Update 1 and Update 2, and beyond. More below**

Here's how it will work:

  1. Go into Add/Remove programs
  2. Uninstall TFS 2010 - not required in 2012 RTM and beyond
  3. Run the install for TFS 2012
  4. When the wizard launcher comes up, choose upgrade.
  5. Select your database (Tfs_Configuration) in the db picker, accept all the defaults, next, next.
  6. You're done.

//Build conference CTP is out there so you can play with it.

Since you're looking at 2012 TFS product, make sure you checkout the new TFS in the cloud. You can try it out @ http://tfs.visualstudio.com/ for free without deploying your own.

EDIT:

The team is working on a blog with step by step walkthrough here: http://elhajj.wordpress.com/ It's also included here: https://www.smashwords.com/books/view/181289

Note that when you go from 2012 RC to RTM (and beyond), the uninstall step will not be required. You just run the setup of the new version.

EDIT: give it a shot. http://www.microsoft.com/visualstudio/11/en-us/downloads#tfs-group

Also note the addition of the TFS Express sku which is a free version of TFS which uses SQL Express.

2013 preview is available. Same story. Here: http://www.microsoft.com/visualstudio/eng/2013-downloads

** TFS has gone to a cloud cadence where the service (tfs.visualstudio.com) is updated every 3 weeks. Those rollup into CTPs for shipping quarterly updates. So going to a quarterly update on-premise is an upgrade. Remember that it contains rolled up features from months of product development so you are doing a forward only upgrade of the DBs (backup and restore is going back). So, it's not a trivial patch - it's an event but you get the value and are closer to the cloud feature set.

like image 131
11 revs Avatar answered Nov 01 '22 22:11

11 revs