Hello,
Today I went to run the daily.sh script with updates enabled(I keep updates disabled. call me paranoid) and a got the following output:
[email protected]:~$ ./daily.sh
Updating to latest codebase OKIn ProviderRepository.php line 208:
Class ‘SocialiteProviders\Manager\ServiceProvider’ not foundIn ProviderRepository.php line 208:
Class ‘SocialiteProviders\Manager\ServiceProvider’ not foundUpdating Composer packages OK
Updated from d8f96a46b to 86a504e67 OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
Caching Mac OUI data OK
[email protected]:~$
I see nothing in the validate.php output:
[email protected]:~$ ./validate.php
Component Version LibreNMS 22.2.1-10-g86a504e67 DB Schema 2022_02_03_164059_increase_auth_id_length (235) PHP 7.4.25 Python 3.9.2 MySQL 10.5.12-MariaDB-0+deb11u1 RRDTool 1.7.2 SNMP 5.9 ====================================
[OK] Composer Version: 2.2.7
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
LibreNMS/Alert/Transport/Pushover.php
rrd/.gitignore
[email protected]:~$
(Ignore the WARN related to the Pushover.php)
Is this anything to worry about?
Thanks!