Skip to content
Jethro Carr edited this page Mar 20, 2015 · 1 revision

Upgrading from RPM

Upgrading an RPM installed version of NamedManager is very simple and can be done by either:

  1. Download RPM(s) manually and update
$ rpm -Uvh namedmanager-SUBPACKAGE-NEWVERSION.rpm
  1. 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.

Clone this wiki locally