RPM Upgrade
To upgrade the nevisAdmin 4 RPM, follow these steps:
-
Before upgrading, determine the installed version of nevisAdmin 4.
nevisadmin4 version -
Check the Release Notes for any breaking changes between the previously installed and the new version of nevisAdmin 4.
- In some cases, the release notes may require the performance of manual upgrade steps. Memorize these steps for later execution.
-
Before upgrading, stop the running nevisAdmin4 instance.
nevisadmin4 stopService -
To back up the nevisAdmin4 instance, follow the steps in the Backup and Restore guide.
-
Run the following command to upgrade the RPM installation:
export VERSION=...rpm -U nevisadmin4-$VERSION-1.noarch.rpm -
The RPM may include changes to the systemd unit files. Thus, you may get a warning when restarting the service. If this happens, run:
systemctl daemon-reload -
Now you can start nevisAdmin4 again:
nevisadmin4 startService -
Check the status of nevisAdmin4 by running the following command:
nevisadmin4 serviceStatus