root/tags/centreon-1.4.2/1.4_to_1.4.1-RC1.txt

Revision 3266, 1.4 kB (checked in by jmathis, 16 months ago)
Line 
1######################################################
2# How to upgrade your 1.4 in 1.4.1-RC1 ?
3######################################################
4
5
6- Download centreon-1.4.1-RC1.tar.gz
7
8- unzip centreon-1.4.1.-RC1.tar.gz :
9
10$> tar -xzf centreon-1.4.1.-RC1.tar.gz
11
12- launch upgrade script after stopping ods :
13
14$> /etc/init.d/ods stop
15$> cd /root/centreon-1.4.1.-RC1
16$>./install.sh
17
18- Answer to all questions to upgrade your release.
19
20Now you can go on oreon interface to finish update by web browser (SQL update).
21
22http://youroreonip/oreon/
23
24Apply patch 'UpdateDB-1.4.1-RC1.sql'
25
26Then you have to patch ods database, this step can not be made through web frontend, so launch in command line the sql commands :
27
28$> cat /root/centreon-1.4.1.-RC1/ODS_SQL_UPGRADE_1.4.1-RC1.sql | mysql -u root -p ods
29
30It may take a long time if your database is big. be patient !!
31
32!!CAUTION!!
33In this new release, we don't manage anymore graphs plugins storage, so your check_graph_* plugins will not work anymore (Problem with -S arg will occur)
34Please modify the commands using this plugins by using now check_centreon_* plugins.
35For example :
36command "check_graph_ping" => "$USER1$/check_graph_ping.pl ... -g -S $ARGn$ "
37can became "check_graph_ping" => "$USER1$/check_centreon_ping ..."
38or "check_centreon_ping" => "$USER1$/check_centreon_ping ..."
39
40Then generate/restart Nagios and start ods
41$> /etc/init.d/ods start
Note: See TracBrowser for help on using the browser.