In-place migration from TFS 2010 to TFS 2015

tfstfs-2015tfs-migration

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?

Best Answer

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.

Related Topic