Upgrading Unravel from version 4.6.1.x TAR installation to 4.7.2.2
This topic provides instructions to upgrade from Unravel 4.6.1.x TAR installation to 4.7.2.2
The following upgrade path is supported for upgrading from Unravel 4.6.1.x TAR installation to 4.7.2.2
4.6.1.x → 4.7.2.2
Upgrade Unravel 4.6.1.x TAR installation to 4.7.2.2
Download and extract the Unravel binaries of the Unravel version that you want to upgrade/downgrade to.
For example:
$ curl -v https://preview.unraveldata.com/unravel/RPM/4.7.2/unravel-4.7.2.2.tar.gz -u username:password | tar xvz -C /path/to/installation/directory
Note
The default installation directory is
/usr/local
. It may have been changed during the initial deployment. Make sure that the same installation directory is used when upgrading Unravel.Stop Unravel.
<Unravel installation directory>/unravel/manager stop
Activate the version that you want to upgrade/downgrade to.
<Unravel installation directory>/unravel/manager activate <
Unravel-version
>Apply the changes.
<unravel_installation_directory>/unravel/manager config apply
Start all the services.
<unravel_installation_directory>/unravel/manager start
Check the status of services.
<unravel_installation_directory>/unravel/manager report
The following service statuses are reported:
OK: Service is up and running.
Not Monitored: Service is not running. (Has stopped or has failed to start)
Initializing: Services are starting up.
Does not exist: The process unexpectedly disappeared. Restarts will be attempted 10 times.
Upgrade Unravel sensors
Refer to Upgrading sensors.
Important
In a multi-cluster deployment, it is mandatory to upgrade the core node before you upgrade the sensors on the edge node.