Your database schema has extra migrations, warning

Do you have any idea why i get this warning? I run validate.php and this is the output i got.

bash-4.4$ /opt/librenms/validate.php

Component Version
LibreNMS 23.9.1 (2023-09-19T04:59:06+03:00)
DB Schema 2023_09_01_084057_application_new_defaults (260)
PHP 8.1.23
Python 3.6.8
Database MariaDB 10.3.28-MariaDB
RRDTool 1.7.0
SNMP 5.8
===========================================

[OK] Composer Version: 2.6.3
[OK] Dependencies up-to-date.
[OK] Database connection successful
[WARN] Your database schema has extra migrations (2020_07_10_100145_prod). 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] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK] MySQl and PHP time match
[OK] Distributed Polling setting is enabled globally
[OK] Connected to rrdcached
[OK] Active pollers found
[OK] Dispatcher Service not detected
[OK] Locks are functional
[OK] Python poller wrapper is polling
[OK] Redis is unavailable
[OK] rrdtool version ok
[OK] Connected to rrdcached

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