Not getting the Bullhorn

We’re not seeing the Bullhorn when new releases are available. Why?

Hi,

Thanks for reaching out. Try running this command from your Octopus Server to enable the update checks

C:\Program Files\Octopus Deploy\Octopus>Octopus.Server.exe configure --instance "OctopusServer" --upgradecheck=True --console

You’re gonna need to restart the Octopus Service after that:

C:\Program Files\Octopus Deploy\Octopus> Octopus.Server.exe service --instance "OctopusServer" --stop --start

You also need to make sure that your server has access to the internet.

Thanks,

Dalmiro

Running the DOS commands fixed the issue.