How to update Centreon-1.4.1-RC3 to Centreon-1.4.1 ?
From Wiki Centreon
We will try to help you in a short tutorial.
- Before you begin, make a backup copy of your actual Centreon directory and database (if you want to):
$> cp -rp oreon oreon-old $> /usr/bin/mysqldump -u root -p oreon > oreon-old.sql
- Stop your ODS Daemon
$> /etc/init.d/ods stop
- Download centreon-1.4.1.tar.gz and copy centreon-1.4.1.tar.gz to your server. Here we put centreon-1.4.1.tar.gz in /root
- unzip centreon-1.4.1.tar.gz :
$> tar -xvzf centreon-1.4.1.tar.gz
- FILE UPGRADE
launch upgrade script :
$> cd /root/centreon-1.4.1 $>./install.sh
Answer to all questions for upgrading your version.
- SQL UPGRADE
Now you go on your Centreon web frontend to make your sql upgrade. http://your_oreon_ip/oreon/
Apply patch 'UpdateDB-1.4.1-RC3_to_1.4.1.sql', and press 'next' until you can log on Centreon web page.
- ODS SQL update
No SQL update For ODS.
- RESTART ODS
Then restart ods
$> /etc/init.d/ods start

