Installing PowerShell components?
Monday
Posts: 77 Silver 3
I installed the PowerShell components from SQL toolbelt on my deployment server as it does not have internet access. The installer indicated it requires LocalDB 2014 64-bit. Is this really the case? I don't see this documented for PowerShell component requirements or Installing PowerShell components. Seems to work fin without but I don't want to run into anything down the road. I assume this is only for building the shadow DB locally? Which is optional as I build mine on a server. Also does my install really need a reboot as was indicated?
Tagged:
Best Answer
-
Russell D Posts: 1,324 Diamond 5Invoke-DatabaseBuild will use LocalDB by default unless you specify otherwise (https://documentation.red-gate.com/sca3/reference/powershell-cmdlets/invoke-databasebuild) so you should be ok to work around it that way if you do use that cmdlet.
You need to restart the build agents as a minimum. Asking for a reboot is the easiest way to make sure of this.Have you visited our Help Centre?
Answers
Thanks