-
Notifications
You must be signed in to change notification settings - Fork 12
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.
In AMC 4.x create a backup of the current configuration file:
sudo cp /etc/amc/amc.conf /etc/amc/amc.conf.bac
For Redhat/Centos distributions:
sudo rpm -e aerospike-amc-community
For Debian/Ubuntu distributions:
sudo dpkg -r aerospike-amc-community
You will get Enterprise AMC package with Enterprise database package. For more information on downloading and installing, see the Installation Documentation.
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
Run the following command:
sudo /etc/init.d/amc start
For more information on starting the service, see the AMC user guide documentation.