Automatic upgrade of Tentacle fails

I added a listening Tentacle of version 2.5.6 to my Octopus environment which is 2.5.7. When I attempted to automatically upgrade from the Octopus UI, I received this error:

`Running PowerShell script: E:\Octopus.SQ-STUFF-7D7D4779\Octopus.Tentacle\2.5.7.384_1\Deploy.ps1
Property ‘Credentials’ cannot be found on this object; make sure it exists and is settable.
At E:\Octopus.SQ-STUFF-7D7D4779\Octopus.Tentacle\2.5.7.384_1\Bootstrap.10086778-8b8c-4c67-9fb0-f262b9731056.ps1:112 char:1

  • [System.Net.WebRequest]::DefaultWebProxy.Credentials = [System.Net.CredentialCac …
  •   + CategoryInfo          : InvalidOperation: (:) [], ParentContainsErrorRecordException
      + FullyQualifiedErrorId : PropertyNotFound
    

PowerShell script returned a non-zero exit code: 1
Tentacle version 2.5.6.356`

Both machines are Server 2012 R2 and Octopus is installed to the E:\ drive. I’ve manually installed the upgrade for now, but it would be nice to have this work in the future :slight_smile: