Re: Cannot upgrade from Nagios version 5.4.13 to 5.6.7
Posted: Thu Aug 27, 2020 9:47 am
You need to make sure you set sql_mode="" once you install on MySQL 5.7 or MariaDB 10 otherwise things won't work properly:
https://support.nagios.com/kb/article/n ... n-822.html
Did you do that? Maybe that's why you are having issues?
If you're on EL7 the upgrade scripts/etc will be looking for mariadb-server (case sensitive) packages in yum and not MariaDB-Server or mysql-community packages which will likely interfere with upgrades.
I would stick to what the OS vendor has in their packaging system (mariadb-server 5.5.X) otherwise you're likely to have issues when running the XI upgrades. The offloaded version can be whatever you want but the XI server looks for certain packages on upgrades/install.
https://support.nagios.com/kb/article/n ... n-822.html
Did you do that? Maybe that's why you are having issues?
If you're on EL7 the upgrade scripts/etc will be looking for mariadb-server (case sensitive) packages in yum and not MariaDB-Server or mysql-community packages which will likely interfere with upgrades.
I would stick to what the OS vendor has in their packaging system (mariadb-server 5.5.X) otherwise you're likely to have issues when running the XI upgrades. The offloaded version can be whatever you want but the XI server looks for certain packages on upgrades/install.