Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In-place migration from TFS 2010 to TFS 2015

I have a question about in-place upgrading from Team Foundation Server 2010 to Team Foundation Server 2015 Our current situation contains the following software versions: - Windows Server 2008 R2 - SQL Server 2008 R2 - Team foundation Server 2010

We would like to perform an in-place upgrade of this server to the following new versions. - Windows Server 2012 R2 - SQL Server 2014 - Team Foundation Server 2015

It is a single server installation on a VMWare environment. Adding additional resources is not a problem. So for that reason we would like to go for an in-place upgrade.

With the information I found on https://msdn.microsoft.com/library/vs/alm/tfs/administer/requirements it does not seem to be possible with our current SQL version to upgrade to TFS 2015 in one go. Should we first upgrade to TFS 2012 (which still supports SQL Server 2008 R2)? Then upgrade to SQL 2012 SP1, then TFS 2015..and so on.

Or should it be easier in our situation to migrate the TFS 2010 databases to an new server with all the latest versions and then upgrade the databases (and so not performing an in-place upgrade after all)?

There is a lot of documentation describing various migration scenario's so that is causing some confusion.

Can someone give us some suggestions or answer on what is the best way forward?

like image 823
Robin Smits Avatar asked Aug 24 '15 13:08

Robin Smits


People also ask

How to upgrade TFS 2015 to 2018?

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.

How do I upgrade TFS 2018?

To learn more about Team Foundation Server 2018, see the Team Foundation Server Requirements and Compatibility page. Visit the visualstudio.com/downloads page to download other TFS 2018 products. Direct upgrade to Team Foundation Server 2018 Update 3 is supported from TFS 2012 and newer.


2 Answers

What you could do is:

  1. Uninstall TFS from the current server
  2. Uninstall SQL Server on the current server
  3. Install SQL Server 2014 on it
  4. Attach the databases to the SQL Server 2014
  5. Install TFS 2015 and walk through the upgrade wizard.

It's sort of an in-place upgrade. Indeed be aware of the Sharepoint issue, it will be your pressing reason to make in in-between upgrade stop along the way, should you need it.

I see many client de-coupling Sharepoint from TFS anyway, as the Sharepoint functionality is rarely used, or even known.

like image 104
jessehouwing Avatar answered Oct 13 '22 10:10

jessehouwing


Something else to consider. If you're using any of the sharepoint functionality in TFS 2010, and you want to keep the stuff stored there, then you'll probably want to upgrade to TFS 2012 anyway. TFS 2010 uses WSS 3.0 and TFS 2015 uses the latest version of sharepoint express. There is no direct migration from WSS 3.0 to the latest version so you'll need to use the bundled version in TFS 2012 as an intermediary upgrade.

If sharepoint isn't an issue then I'd suggest building out new infrastructure and migrating the TFS databases. This will be easier and IMHO has a couple of other benefits.

  • you can do a test migration to flush out any additional issues
  • get some timings so you know how long the real migration will take
like image 24
James Reed Avatar answered Oct 13 '22 11:10

James Reed