What is the web context of Azure DevOps Server 2019 on premises? - tfs

I have to upgrade TFS 2017 on premises to DevOps 2019 on premises. With TFS 2017 I used http://servername/tfs/collectionname. Does DevOps 2019 provide a web context like "tfs"? I guess it could be "devops". By other hand, in the installation wizard of DevOps 2019 seems not be available a default web context like "devops". Maybe DevOps 2019 release doesn't provide a web context? Maybe the web context is directly the collection name? If yes, is it possibile to configure a "devops" web context in order to obtain http://servername/devops/collectionname? (this could be useful for internal use of reverse proxy)

Nothing new here. Azure DevOps Server 2019 uses "tfs" as context.

Related

Is Isubscriber (server side plugins) supported in azure devops 2020?

We are using server side plugins for automatically creating and updating work items. if we upgrade to server 2020 will the plugins work ?
Checked \Application Tier\Web Services\bin\Plugins, plugin should be supported in azure devops server 2020. You can try to rebuild your plugin using Microsoft.TeamFoundation.Framework.Server.dll from Azure DevOps Server 2020.
Here is a ticket you can refer to.

TFS 2015 Upgrade to Azure DevOps Question: Is there an upgrade wizard?

I have a question in regards to upgrading TFS to Azure DevOps 2020. I've not done anything like this before so I've started reading BOL, starting here, https://learn.microsoft.com/en-us/azure/devops/server/upgrade/get-started?view=azure-devops-2020, but I still have some questions.
From Setup:
On-premises TFS 2015 - SQL Server 2016
Going to Setup:
On-premises Azure DevOps 2020 (new hardware) - SQL Server 2019
Plan:
Install SQL 2019 on new server
Restore TFS DB backups on new SQL 2019 server
Install Azure Dev Ops 2020 software on the new server
Questions:
Is there a TFS Upgrade wizard?
If so, at this point in the plan, should I run the TFS upgrade wizard?
If so, where do I run it from, the old server (as TFS isn't installed on the new server)?
Thanks for your help.
Yes. TFS Upgrade wizard is a general tool.
After restoring databases and installing new azure devops server.
On the new application server.
Check inplace upgrade to 2020.
Agree with Shamrai Aleksander.
You could refer to the blog to upgrade the Azure DevOps Server. Then we could use data migration tool to migrate data from Azure DevOps Server to Azure DevOps Services.
The data migration tool for Azure DevOps supports the two latest releases of Azure DevOps Server at a given time. Releases include updates and major releases. Currently the following versions of Azure DevOps Server are supported for import:
Azure DevOps Server 2020
Azure DevOps Server 2019.1.1
In addition, check this doc, It also show the detail steps to run TFS Upgrade Wizard.

TFS Server 2013 to Azure DevOps Server 2020

I need to migrate TFS 2013 to Azure Devops Server 2020. I could find that i need to upgrade to TFS 2015 before upgrading to Devops 2020 Server. Is there any option to migrate directly to Devops Server 2020 if i only need the Source code.
How can i migrate directly to Devops 2020 from TFS 2013.
Regards,
As it is clearly stated in the document. You need to upgrade to TFS 2015 first.
When upgrading your on-premises deployment to Azure DevOps Server 2020 you should be aware that upgrade from TFS 2015 and later versions are only supported. If you are using TFS 2013 or earlier versions, you need to upgrade to TFS 2015 first.
However, you can have a try using external migration tools to migrate from tfs 2013 to Azure DevOps Server 2020 directly.
Migration Tools for Azure DevOps
Azure DevOps Server (TFS) – Azure DevOps Services (VSTS) Migration

TFS 2010 Upgrade Path to Azure DevOps Services - Circumvent or Not Circumvent?

I am preparing an upgrade of an on-premises TFS 2010 instance to the cloud-based Azure DevOps Services, using Microsoft's Data Migration Tool for Azure DevOps Migration to facilitate the collection database move to Azure DevOps Services. There are however a few key points or caveats to highlight relating to this proposed upgrade and these are listed below.
It will be an "In Place Upgrade", meaning we intend to use the existing "on-premises" hardware throughout the process.
Our TFS 2010 instance is hosted on a Windows Server 2008 R2 Enterprise server.
The Data Tier is implemented on a Microsoft SQL Server 2008 R2 instance.
Now, the Data Migration Guide recommends that to migrate to Azure DevOps Services, we first need to complete an upgrade from TFS 2010 to TFS 2013, as per the attached Upgrade path map. TFS 2013 however is not compatible with SQL Server 2008 R2 and requires SQL Server 2012 (Express, Standard, Enterprise).
On the other hand, TFS 2012 supports SQL Server 2008 R2 and can also then be upgraded directly to Azure DevOps Services, according to the Data Migration Tool's Recommended Upgrade Path. This, I believe will avoid the need to upgrade our current instance of SQL Server from SQL 2008 R2 to SQL Server 2012 (to upgrade to TFS 2013), in order to finally achieve our objective of upgrading to Azure DevOps Services.
Can anyone foresee any issues with this approach, or should we just bite the bullet and complete that SQL 2008 to SQL 2012 upgrade as suggested in the guide?
Please check this documentation:
The data migration tool for Azure DevOps supports the two latest
releases of Azure DevOps Server at a given time. Releases include
updates and major releases. Currently the following versions of Azure
DevOps Server are supported for import:
Azure DevOps Server 2019.1.1
Azure DevOps Server 2019 Update 1
As #Daniel Mann mentioned above, the picture you posted showed the upgrade path from old versions TFS to Azure DevOps Server 2019 (Azure DevOps Server was previously named TFS), not Azure DevOps Service.
In summary, both hardware and software you use need to be upgrade. To migrate to Azure DevOps Service, you have to upgrade to TFS 2012.3/TFS 2013.5, and then upgrade to Azure DevOps Server 2019.1 (TFS 2019.1), after that, migrate to Azure DevOps Service.
You need to use supported hardware/software versions, end of story.
The premise under which you're operating is incorrect: The upgrade path is from TFS 2012 to Azure DevOps Server 2019, which is the last on-prem upgrade step before you can use the migration tool to migrate it. You can't use the migration tool on TFS 2012; you need to be using Azure DevOps Server 2019.

Can I install two instances (2012 and 2015) of TFS on the same server

We are looking at upgrading, but management does not want to buy another server.
We currently have TFS 2012 installed. Can I install TFS 2015 beside it or will that create a problem?
I would imagine I would at least need to configure a different port for TFS web.
No you cannot. The installer for 2015 will force you to remove the 2012 Application Tier.
Your SQL Server database server will be shareable as long as it's a version that supported by both 2012 and 2015 (SQL Server 2012 (minimum SP1)). And as long as both instances have a different database label configured.

Resources