Comments
2 comments
-
Hi Bob,
In DLM Automation 2.1 we introduced the ability to install the DLMA Powershell cmdlets via the Powershell Gallery. This should provide a much easier way of installing DLM Automation for scenarios such as the one you have described above.
It is possible to install the module for the current user by calling the following code. This makes use of the PowerShellGet functionality built into PowerShell 5.Install-Module DLMAutomation
The Powershell Gallery listing for DLM Automation can be found here.
-
Hi David, thank you for the tip. That worked but it took a lot more time than I was thinking it would. My bootstrap script actually timed out after an hour. I'm trying a different approach where I put the files on Azure Storage Account using the File Service feature. The bootstrap script will map that as a network drive and do what it needs to do from there.
But knowing this module is available is great for other scenarios. So again, thank you for the tip.
Add comment
Please sign in to leave a comment.
I'm relying on Chocolatey to install the toolbelt, but it has to install all the tools (Source Control, Data Compare, Backup, ReadyRoll, Prompt).
My questions are:
1) Is there a command line switch to just install DLM Automation from SQLToolbelt.exe? I've seen this, but it is quite involved...https://documentation.red-gate.com/xx/installing/installing-from-the-msi-file?_ga=2.218791193.107997273.1528210291-1912877438.1528210291
2) If not, is there a way to just download the installer for DLM Automation?