LibreNMS crashes after Centos 7 update

Hello,

I’m running into an issue with LibreNMS after running yum update -y, it appears that MariaDB is removed and LibreNMS stops working. I’m trying to integrate NFSen but unable since the failure happens. I currently have a separate VM for NFSen working fine but would like to run it on the same VM as Libre. Any assistance would be much appreciated.

[librenms@librenms ~]$ ./daily.sh
Updating to latest codebase OK
Updating Composer packages OK
Updated from 506f48d to 114b3b3 OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
[librenms@librenms ~]$ ./validate.php

Component Version
LibreNMS 1.47-14-g114b3b3
DB Schema 278
PHP 7.0.32
MySQL 5.5.60-MariaDB
RRDTool 1.4.8
SNMP NET-SNMP 5.7.2

====================================

[OK] Composer Version: 1.8.0
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[librenms@librenms ~]$

That validate sais MariaDB is installed and working.

Whats exactly your error?

BTW NFSen integration just shows your packets/traffic/flow graphs from live profile.

When I run “yum update -y”, everything breaks. I will run the command and provide output and errors. In regards to NFSen, i think I will just keep it separate.