Icinga2 | Upgrade Information for Debian 9
Icinga2 Update/Upgrade information
Step | todo | comand | text | - |
For a Client | check the Version you have | # icinga2 --version | ||
0 | ||||
# wget -O - https://packages.icinga.com/icinga.key | apt-key add - | ||||
# vi /etc/apt/sources.list | deb http://packages.icinga.com/debian icinga-stretch main deb-src http://packages.icinga.com/debian icinga-stretch main |
|||
# apt update -y | ||||
For the Master | # icinga2 --version | (version: r2.6.0-1) i do have | ||
First update to 2.7 | # vi /etc/default/icinga2 | ICINGA2_CACHE_DIR=/var/cache/icinga2 | ||
# systemctl restart icinga2 | ||||
then to 2.8 | # ls /usr/share/icinga2-ido-mysql/schema/upgrade/ | ls should Show some *.SQL file | ||
# mysql -u root -p icinga < /usr/share/icinga2-ido-mysql/schema/upgrade/2.8.0.sql | and also if you have newer files too |
- - - -
modul-icinga-articlelist
- - - -
Quellen/Source:
- Upgrading Icinga 2
- [dev.icinga.com #13255] Deprecate cluster/client mode "bottom up" w/ repository.d and node update-config
-
-
-
-
-