Options

Why is the ShadowDb required when building in TFS?

Jason_HJason_H Posts: 3 New member
My understanding of the shadowDb is that it used by the dbSync tool to detect changes in the development database in relation to the scripts, in order to import them in.

I am setting up builds in TFS on prem, and I am running to errors with the shadowDb, which I can fix, but it lead me to question why the shadowDb is necessary for builds. My mental model of what was happening is that a sql package is created with all of the scripts that arent already in the migrationLog table of the target database. My best guess now is that it is simply used to verify the scripts will function correctly, but that is assuming the shadowdb matches exactly with the target db.

Can someone help me understand this better?

Thanks!
Tagged:

Answers

Sign In or Register to comment.