Hello
I have installed LibreNMS on raspberry Pi successfully and working calmly
But I get those errors when I run the validate.php
Component | Version |
---|---|
LibreNMS | 1.32-75-ga5dc4b2dc |
DB Schema | 211 |
PHP | 7.0.19-1 |
MySQL | 10.1.23-MariaDB-9+deb9u1 |
RRDTool | 1.6.0 |
SNMP | NET-SNMP 5.7.3 |
====================================
[OK] Database connection successful
[FAIL] Database: incorrect column (notifications/datetime)
[FAIL] Database: incorrect column (users/created_at)
[FAIL] We have detected that your database schema may be wrong, please report the following to us on IRC or the community site (https://t.libren.ms/5gscd):
ALTER TABLE notifications
CHANGE datetime
datetime
timestamp NOT NULL DEFAULT β1970-01-02 00:00:00β;
ALTER TABLE users
CHANGE created_at
created_at
timestamp NOT NULL DEFAULT β1970-01-02 00:00:01β;
Do I need to worry as LibreNMS working fine?
any help will be appreciated