0

I understand that TFS2017 is not compatible with SQL2017, per documentation. However, is it possible to move a TFS SQL2016 db into SQL2017 and run it as SQL2016?

I'm trying this now and get the following error when verifying configuration.

Error: TF255146: The SQL Server instance you specified (DB Server) is version 'SQL Server vNext', which is not supported by this version of Team Foundation Server.

C1TonyB
  • 125
  • 1
  • 2
  • 5

1 Answers1

0

No, this is not supported. The version of the server must match the compatibility list. But if you upgrade TFS to Azure DevOps Server 2019, it will run happily against a newer SQL Server.

jessehouwing
  • 289
  • 1
  • 12