Upgrade linux package

Upgrade plan

  1. Make a backup of running instance. We are trying to make a backup when removing an old package. But it’s better to do it manually.

  2. Upgrade your package

  3. Configure new version

    ginc-radar-ctl configure
  4. Start new version

    ginc-radar-ctl start

Upgrading of linux package

Upgrade to latest version

On Debian

sudo apt update && sudo apt install ginc-radar

Upgrade to specific version

On Debian

sudo apt update && sudo apt install ginc-radar=1.2.0

Special cases

If you are upgrading from version 1.0.0 you should use the following commands

On Debian

# Remove existing package.
sudo apt purge ginc-radar

# Install new version
sudo apt update && sudo apt install ginc-radar