I have 2 different tfs servers, on different machines. Both of them is not in any domain. Each of them has their own project collections and team projects.
What I wanna do is merge them on a new server. What I believe this is called consolidation
.
I have been researching for this job, but documents I have found were a little uncomprehensive for me. But I planned a path afterall. Lets say I have servers A, B, and C. A and B are the old ones, and C will be the new one.
Server A: 2015.4
- take full backup of the db via TFS administration console, to
\\backups\tfsA
Server B: 2015.4
- take full backup of the db via TFS administration console, to
\\backups\tfsB
Server C:
install the TFS 2015.4 - do not configure
restore database via TFS administration console, from
\\backups\tfsA
restore database via TFS administration console, from
\\backups\tfsB
configure TFS
My question here is
"Would this path actually work?", restoration from 2 different paths seems a little scary to me, but can't be sure. Or;
Should I have the db backups on the same path like
\\backups\tfsAB
and runrestore
from that path?
After this process is completed, I need to make an environment migration too and have this new tfs work with an Active Directory, but that should be another question after I make this work I guess.