| 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 | |
|---|
| 20 | Now you can go on oreon interface to finish update by web browser (SQL update). |
|---|
| 21 | |
|---|
| 22 | http://youroreonip/oreon/ |
|---|
| 23 | |
|---|
| 24 | Apply patch 'UpdateDB-1.4.1-RC2.sql' |
|---|
| 25 | |
|---|
| 26 | Then 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 | |
|---|
| 29 | Then start ods |
|---|
| 30 | $> /etc/init.d/ods start |
|---|