If I run the git pull then this will override all of the files in that directory including the RRD files and config.php. This would mean having to restore data to get it working again. I was hoping to do this more as an upgrade like done in PHP upgrade 7.4.3 to 8.1 - #5 by murrant by Murrant.
If I run the composer_wrapper I still get messages about the Undefined constant “localhost” I am wondering if there are any changes in the way PHP reads this between 7 and 8?
$config[‘db_host’] = localhost;
$config[‘db_name’] = librenms;
$config[‘db_user’] = *******;
$config[‘db_pass’] = ******;