LibreNMS mySQL database

Hi,

I’ve just updated Ubuntu to 20.04 and receiving the below error with Librenms, see below. Has anyone experienced the same issue and been able to resolve the problem with the mySQL database?

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

Component Version
LibreNMS 21.9.0-63-g7fe8ddfb2
**DB Schema Not Connected (0)**
PHP 7.2.24-0ubuntu0.18.04.9
Python 3.8.10
**MySQL ?**
RRDTool 1.7.2
SNMP NET-SNMP 5.8

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

[OK] Composer Version: 2.1.6
[OK] Dependencies up-to-date.

That’s Ubuntu 18.04 packages on your 20.04 installation? You’re going to have a bad time with those.
And php 7.2 is too old either way, install 7.4.

Insert/modifiy the following lines in the .env file:

DB_HOST=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

then run php artisan config:cache

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.