Tests/OctopusServerExeInvocationFiles/UpgradeExistingInstance/ExpectedResult.ps1
return @( "service --stop --console --instance OctopusServer", "configure --console --instance OctopusServer --upgradeCheck True --upgradeCheckWithStatistics False --webForceSSL False --webListenPrefixes http://localhost:82 --commsListenPort 10935 --home C:\Octopus --autoLoginEnabled True --hstsEnabled False --hstsMaxAge 3600", "metrics --console --instance OctopusServer --tasks True --webapi True", "node --console --instance OctopusServer --taskCap 10", "database --upgrade --instance OctopusServer --skipLicenseCheck", "service --start --console --instance OctopusServer" ) |