Comments
Sort by recent activity
Actual changes required are : Update [dbo].[DeploymentProcess] SET json = REPLACE (REPLACE(REPLACE([JSON],'Cannot find DLM Automation','Cannot find SQL Change Management'),'Import-Module DLMAutomation','Import-Module SqlChangeAutomation'),'Get-Module -ListAvailable -Name DLMAutomation','Get-Module -ListAvailable -Name SqlChangeAutomation') where [Id] = 'deploymentprocess-Projects-1' Update [dbo].[ActionTemplate] SET json = REPLACE (REPLACE(REPLACE([JSON],'Cannot find DLM Automation','Cannot find SQL Change Automation'),'Import-Module DLMAutomation','Import-Module SQLChangeAutomation'),'Get-Module -ListAvailable -Name DLMAutomation','Get-Module -ListAvailable -Name SQLChangeAutomation') where [Id] = 'ActionTemplates-1'
/ comments
Actual changes required are :Update [dbo].[DeploymentProcess]SET json = REPLACE (REPLACE(REPLACE([JSON],'Cannot find DLM Automation','Cannot find SQL Change Management'),'Import-Module DLMAutomatio...
I found a way to do it. Update [dbo].[ActionTemplate] SET json = REPLACE (REPLACE([JSON],'Import-Module DLMAutomation','Import-Module SQLChangeManagement'),'Get-Module -ListAvailable -Name DLMAutomation','Get-Module -ListAvailable -Name SQLChangeManagement') where [Id] = 'ActionTemplates-1' / comments
I found a way to do it. Update [dbo].[ActionTemplate]SET json = REPLACE (REPLACE([JSON],'Import-Module DLMAutomation','Import-Module SQLChangeManagement'),'Get-Module -ListAvailable -Name DLMAutoma...
Is there any way to change the template without ceating a copy? / comments
Is there any way to change the template without ceating a copy?
Yep I eventualy found this, I also need to change the Import-Module DLMAutomationto SQLChangeAutomation / comments
Yep I eventualy found this, I also need to change the Import-Module DLMAutomationto SQLChangeAutomation
I thought so. Many thanks / comments
I thought so. Many thanks
Hi ALex, Thanks for this, it may be useful in the future, but we've gotten around the issue by letting Octopus do all of the deployments and we are controlling that with multiple tenants, created by our web based provisioning service. Time will tell whether this will scale! Cheers, Anthony / comments
Hi ALex,Thanks for this, it may be useful in the future, but we've gotten around the issue by letting Octopus do all of the deployments and we are controlling that with multiple tenants, created by...
We are going to automate the process wit hour provisioning app, so hopefully we will not need too much clicking... Thanks, / comments
We are going to automate the process wit hour provisioning app, so hopefully we will not need too much clicking...Thanks,
Hi Alex, I don't suppose you have an example of multi database deployment I could have a look at and how it would be triggered from Octopus. cheers, Anthony / comments
Hi Alex,I don't suppose you have an example of multi database deployment I could have a look at and how it would be triggered from Octopus.cheers,Anthony
Hi Alex, Powershell, is not something I've played with much, but we do have guys who are very adept. I'm sure we'll have more questions, when we look in to this further. I hoped it wasn't the case, but expected that it would rely on PS scripting. Thanks for the link and quick response, Anthony / comments
Hi Alex,Powershell, is not something I've played with much, but we do have guys who are very adept. I'm sure we'll have more questions, when we look in to this further. I hoped it wasn't the case, ...
Thanks David. / comments
Thanks David.