Upgrade Connector Using RPM Package
- From the Management Console, select Administration > System Settings.
- Select Downloads from the menu.
- Click the download icon for the On-premise Connector rpm package.
- Copy the downloaded RPM package to the Node Server on which you want to install.
- Sign in to the Node Server.
- Stop the Node Server services:
sudo service node-server stop
- Run the following command:
sudo yum install epel-release
- Run the following command to upgrade the connector:
sudo yum upgrade ./enterprise-connector*.rpm
- Start the Node server services:
sudo service node-server start