jduplessis
08-13-2007, 12:44 PM
How do you backup and restore Centreon with Nagios configuration?
hi,
read this first :)
http://wiki.oreon-project.org/index.php/How_to_update_Centreon-1.4_to_Centreon-1.4.1_%3F
jduplessis
08-13-2007, 02:39 PM
$> cp -rp oreon oreon-old
$> /usr/bin/mysqldump -u root -p oreon > oreon-old.sql
Will this backup all configurations? Is everything stored in mysql by Centreon?