How to upgrade Octopus Server automatically with PowerShell

I remember seeing it recently, but cannot find it now when I need it. I’m looking for a single PowerShell command which would perform automatic unattended Octopus Server upgrade to the latest available version. Where could I see it?

Konstantin

Hi Konstantin,

In this doc you can find the permalinks to download the latest version of the MSI: https://octopus.com/docs/reference/download-permalinks

Then you’ll need to run the MSI in silent mode

msiexec /i Octopus.3.3.4-x64.msi /quiet

And finally make sure the server is started

Octopus.Server.exe service --start

Regards,
Dalmiro