Skip to content

Upgrade from Community

Ronen Botzer edited this page May 18, 2020 · 2 revisions

The Enterprise edition of AMC includes additional features like alerts, management features of cluster. You can use the following steps to upgrade AMC Community edition to the AMC Enterprise edition.

Backup the AMC Configuration file

In AMC 4.x create a backup of the current configuration file:

sudo cp /etc/amc/amc.conf /etc/amc/amc.conf.bac

Uninstall Community AMC Package

For Redhat/Centos distributions:

sudo rpm -e aerospike-amc-community

For Debian/Ubuntu distributions:

sudo dpkg -r aerospike-amc-community

Install AMC Enterprise Packages

You will get Enterprise AMC package with Enterprise database package. For more information on downloading and installing, see the Installation Documentation.

Restore the backup configuration

In AMC 4.x restore the backup configuration file to /etc/amc/amc.conf:

sudo cp /etc/amc/amc.conf.bac /etc/amc/amc.conf

Start AMC service

Run the following command:

sudo /etc/init.d/amc start

For more information on starting the service, see the AMC user guide documentation.