Hello,
I am having difficulties to migrate sql server TFS databases from old server to new server as couldn't access TFS after migrating.
We have Sql Server 2012 which is hosting TFS and now we are trying to migrate it to new Sql server 2017 and installing TFS 2018 but after migrating TFS database, we are having issue to access TFS.
We have similar permission setup what we have in current environments.
We tried following steps:
- taken backup of existing following TFS databases from current TFS sql server and restore into new server with proper permissions.
- We tried to install TFS 2018 into new after database migration and selected existing database to use for TFS_Configuration database but still having issue
- We also tried to install TFS first as new and let application to create TFS_Configuration database but still having issue to access TFS Admin console.
We are trying migrate following databases:
- Tfs_Configuration
- Tfs_DefaultCollection
- Tfs_Warehouse
- WSS_AdminContent
- WSS_Config
- WSS_Content
Not sure what's the best way to migrate TFS databases with TFS Installation.
Thanks for your help!