-
Notifications
You must be signed in to change notification settings - Fork 127
Upgrading RPM
Jethro Carr edited this page Mar 20, 2015
·
1 revision
Upgrading an RPM installed version of NamedManager is very simple and can be done by either:
- Download RPM(s) manually and update
$ rpm -Uvh namedmanager-SUBPACKAGE-NEWVERSION.rpm
- Upgrade via Yum
$ yum update namedmanager
As part of the NamedManager upgrade process, the MySQL database will be automatically upgraded.
Remember that both the NamedManager web interface AND the bind integration component must be upgraded. There is not usually breakage in the API between versions, however it is risky to use different versions as it is a non-tested scenario.
After upgrading, it is recommended to check the status panel in the application to verify that zone and record data is correctly syncing to all the systems.