How to Migrate TFS 2013 Database to New Hardware? -


how migrate tfs 2013 database new hardware ?

how migrate tfs database server new hardware?

five step process:

1) backup , restore backed source databases new target server.

2) login tfs application server. a. stop tfs collections

3) remap databases: tfsconfig remapdbs /databasename: newdbserver;tfs_configuration /sqlinstances:newdbserverinstance /continue

4) changeserverid:tfsconfig changeserverid /sqlinstance:newdbserver /databasename:tfs_configuration

5) registerdb: tfsconfig registerdb /sqlinstance:newdbserver /databasename:tfs_configuration


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -