root/tags/centreon-1.4.2/1.4.1-RC1_to_1.4.1-RC2.txt

Revision 3266, 0.9 kB (checked in by jmathis, 16 months ago)
Line 
1######################################################
2# How to upgrade your 1.4 in 1.4.1-RC2 ?
3######################################################
4
5
6- Download centreon-1.4.1-RC2.tar.gz
7
8- unzip centreon-1.4.1.-RC2.tar.gz :
9
10$> tar -xzf centreon-1.4.1.-RC2.tar.gz
11
12- launch upgrade script after stopping ods :
13
14$> /etc/init.d/ods stop
15$> cd /root/centreon-1.4.1.-RC2
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-RC2.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$> cat /root/centreon-1.4.1-RC2/www/install/sql/Update-ODS-1.4.1-RC2.sql | mysql -u root -p ods
28
29Then start ods
30$> /etc/init.d/ods start
Note: See TracBrowser for help on using the browser.