ℹ️ Your data is safe here... unless you make the SNIP gods angry. And let's just say they have a really bad sense of humor.

From RossIV, 6 Years ago, written in Plain Text.
Embed
  1. # ./validate.php
  2. ====================================
  3. Component | Version
  4. --------- | -------
  5. LibreNMS  | 1.51-18-geb8600e
  6. DB Schema | 2019_02_10_220000_add_dates_to_fdb (132)
  7. PHP       | 7.1.8
  8. MySQL     | 5.7.24
  9. RRDTool   | 1.4.8
  10. SNMP      | NET-SNMP 5.7.2
  11. ====================================
  12.  
  13. [OK]    Composer Version: 1.8.5
  14. [OK]    Dependencies up-to-date.
  15. [OK]    Database connection successful
  16. [FAIL]  Database: incorrect column (ports/ifInUcastPkts_delta)
  17. [FAIL]  Database: incorrect column (ports/ifOutUcastPkts_delta)
  18. [FAIL]  Database: incorrect column (ports/ifInOctets_delta)
  19. [FAIL]  Database: incorrect column (ports/ifOutOctets_delta)
  20. [FAIL]  We have detected that your database schema may be wrong, please report the following to us on Discord (https://t.libren.ms/discord) or the community site (https://t.libren.ms/5gscd):
  21.  [FIX]:
  22.  Run the following SQL statements to fix.
  23.  SQL Statements:
  24.   ALTER TABLE `ports` CHANGE `ifInUcastPkts_delta` `ifInUcastPkts_delta` bigint(20) unsigned NULL ;
  25.   ALTER TABLE `ports` CHANGE `ifOutUcastPkts_delta` `ifOutUcastPkts_delta` bigint(20) unsigned NULL ;
  26.   ALTER TABLE `ports` CHANGE `ifInOctets_delta` `ifInOctets_delta` bigint(20) unsigned NULL ;
  27.   ALTER TABLE `ports` CHANGE `ifOutOctets_delta` `ifOutOctets_delta` bigint(20) unsigned NULL ;
captcha