Hello,
On the GUI when I check under ports menu the count of error, down ports are not displayed.

How do I fix this?
====================================
Component |
Version |
LibreNMS |
1.63-56-g27cc5ac |
DB Schema |
2020_04_19_010532_eventlog_sensor_reference_cleanup (165) |
PHP |
7.3.18 |
Python |
3.6.9 |
MySQL |
5.5.62 |
RRDTool |
1.3.8 |
SNMP |
NET-SNMP 5.5 |
==================================== |
|
[OK] Composer Version: 1.10.7
[OK] Dependencies up-to-date.
[OK] Database connection successful
[WARN] Your database schema has extra migrations (2020_04_06_001048_the_great_index_rename). If you just switched to the stable release from the daily release, your database is in between releases and this will be resolved with the next release.
[OK] Database schema correct
[WARN] IPv6 is disabled on your server, you will not be able to add IPv6 devices.
Could it be possible that you did a version rollback?
I think it should fix with a ./daily.sh but not sure tbh
I tried running ./daily.sh multiple times. Tried rebooting the VM as well.
Nothing work so far.
Is there any reason you are not updating your install?
I am not sure what do you mean by not updating your install?
I have setup update to run everyday and on stable release. Not sure how to fix the db warning.
Release is 1.64 and you are in 1.63
./daily.sh
Re-running /opt/librenms/daily.sh as librenms user
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
./validate.php
Component |
Version |
LibreNMS |
1.63-56-g27cc5ac |
DB Schema |
2020_04_19_010532_eventlog_sensor_reference_cleanup (165) |
PHP |
7.3.18 |
Python |
3.6.9 |
MySQL |
5.5.62 |
RRDTool |
1.3.8 |
SNMP |
NET-SNMP 5.5 |
==================================== |
|
[OK] Composer Version: 1.10.7
[OK] Dependencies up-to-date.
[OK] Database connection successful
[WARN] Your database schema has extra migrations (2020_04_06_001048_the_great_index_rename). If you just switched to the stable release from the daily release, your database is in between releases and this will be resolved with the next release.
[OK] Database schema correct
[WARN] IPv6 is disabled on your server, you will not be able to add IPv6 devices.
I tried manually running daily.sh again and did the validation.
It does not look like the new version is getting updated.
Do you have access to internet from this server ?
Could you show us the result of “git status” ?
Thanx
Yes, the server has access to the internet.
git status
On branch php71-python2
Your branch is up-to-date with 'origin/php71-python2'.
nothing to commit, working tree clean
The issue got resolved
used php artisan view:clear
@murrant thanks for assist.
1 Like