PDA

View Full Version : Backup and Restore


jduplessis
08-13-2007, 12:44 PM
How do you backup and restore Centreon with Nagios configuration?

WAtt
08-13-2007, 02:06 PM
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:37 PM
AH - Thanx :D

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?