You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are attempting to use the cOctopusServer DSC module to upgrade existing instances of Octopus Server. Our existing installation is to the E: drive (not to the main system drive).
I am able to pass E: drive paths for some settings, however there seems to be some hard-coded references to $($env:SystemDrive)\Octopus\ that cause failure.
I am passing E:\Octopus\... for artifactsdirectory, homedirectory, packagesdirectory, tasklogsdirectory, however still get the error message below.
PowerShell DSC resource cOctopusServer failed to execute Test-TargetResource functionality with error message: Config path 'C:\Octopus\OctopusServer.config' does not exist.
As a workaround, I have attempted to manually copy the OctopusServer.config from E:\Octopus to C:\Octopus, however I still encounter failures, so I assume there might be more to this.
Thanks
The text was updated successfully, but these errors were encountered:
Hi All,
We are attempting to use the cOctopusServer DSC module to upgrade existing instances of Octopus Server. Our existing installation is to the E: drive (not to the main system drive).
I am able to pass E: drive paths for some settings, however there seems to be some hard-coded references to $($env:SystemDrive)\Octopus\ that cause failure.
I am passing E:\Octopus\... for artifactsdirectory, homedirectory, packagesdirectory, tasklogsdirectory, however still get the error message below.
I believe the following is the main issue:
OctopusDSC/OctopusDSC/DSCResources/cOctopusServer/cOctopusServer.psm1
Line 127 in da99caf
As a workaround, I have attempted to manually copy the OctopusServer.config from E:\Octopus to C:\Octopus, however I still encounter failures, so I assume there might be more to this.
Thanks
The text was updated successfully, but these errors were encountered: