Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

On-premise DataGateway monthly upgrade

Hi Is there any way to automate On-premises Data Gateways upgrade? so I can do it monthly with the latest version.   I do have one doc using PowerShell (PowerShell Cmdlets for On-premises data gat...
  • JamesDBartlett3's avatar
    5 years ago

    Hi Anonymous,

    I just stumbled across your post while researching how to do exactly what you're asking about, and I couldn't find any instructions about it anywhere either. So I decided to just try and see what happens if I run
    Install-DataGateway -AcceptConditions
    on an existing gateway. Lo and behold, it upgraded the existing gateway to the latest version with no fuss. Microsoft really should update the documentation to say this cmdlet can be used to install OR upgrade.

    Hope this helps!

    James