Upgrade sql server in place on your team foundatio

2019-07-24 12:37发布

Is it possible to do an in place upgrade of you SQL server edition, (for example upgrade 2012 Express to Standard), when it is running and used by a team foundation server 2015 instance? Will this need extra configuration or will we need to detach/attach the team project collections first?

I can't find any information about how to do this. It is only stated how to upgrade the team foundation server itself, or that it is no problem to do edition upgrades of sql server, but not the combination of the two.

2条回答
仙女界的扛把子
2楼-- · 2019-07-24 13:08

Yes

You can:

  1. Use the TFSServiceControl quiesce command to turn off your servers services.
  2. Upgrade SQL Server in place following SQL Servers Instructions
  3. Use the TFSServiceControl unquiesce command to turn on your servers services.

https://www.visualstudio.com/en-us/docs/setup-admin/tfs/command-line/tfsservicecontrol-cmd

查看更多
劫难
3楼-- · 2019-07-24 13:22

As far as I can remember:

No.

  1. You will need to detach your collection.
  2. Make sure the SQL Server version is supported by your TFS Version
查看更多
登录 后发表回答