Lookout Product Documentation

Find answers about using and optimizing Lookout products.

Method 3: Upgrade Connector Using Debian Package

If your previous connector on the Ubuntu OS was installed using a Debian package, use this procedure for upgrading your connector.

  1. From the Management Console, select Administration > System Settings.
  2. Select Downloads from the menu.
  3. Click the download icon for the On-premise Connector - Debian package.

  4. Copy the downloaded Debian package to the Node Server on which you want to install.
  5. Sign in to the Node Server.
  6. Stop the Node Server services:
    sudo service node-server stop
  7. Run the following command to upgrade the connector:
    sudo apt upgrade ./enterprise-connector*.deb
  8. Click Yes when prompted to save the IPv4 and IPv6 rules.
  9. Start the Node Server services:
    sudo service node-server start