shell> mysqldump cacti > mysql.cacti
shell> mv cacti cacti_old
shell> tar xzvf cacti-version.tar.gz
shell> mv cacti-version cacti
shell> cp cacti_old/rra/* cacti/rra/
Specify the MySQL user, password and database for your cacti configuration.
$database_default = "cacti";
$database_hostname = "localhost";
$database_username = "cactiuser";
$database_password = "cacti";
shell> chown cactiuser rra/ log/
(Enter a valid username for cactiuser, this user will also be used in the next step for data gathering.)
http://your-server/cacti/
Make sure to fill in all of the path variables carefully and correctly on the following screen.