My current environment is on a single vm:
- TFS2013
- SQL Server 2012 (dedicated instance, installed on the same vm)
- 1 project collection
- Reporting configured
My migration target environment is:
- New VM containing TFS 2017 update 1
- Existing SQL Server 2014 AAG, without SSAS
- Reporting not configured (because of SSAS not installed), and I actually don't need reporting
I tried multiple ways to do this installation, but encountered many problems with Always-On:
Upgrade/configure directly with database restore (through SQL Management Studio) directly in AAG, encountered TF400711 error
Upgrade/configure without Always-On, works well, but now my problem is to move my databases to AAG. Tfs_Configuration is OK, but when I attach my collection, encountering the TF246017 error. I'm not understanding this error because I use the same connection string than my Tfs_Configuration database...
What is the best procedure in my case?
I read this and this post, but they don't match to my situation.