Per support, if PHP is upgraded to 8.2, the php-pecl-ssh2 package needs to be removed, which breaks functionality of the Scheduled Backups page.
I've attempted to use the remi-repo to install 8.2 but after performing that, the /nagiosxi/ webpage doesn't load. Below is the commands from support after installing 8.2 from remi.
Code: Select all
cd /tmp/nagiosxi
rm -rf /etc/php.d/sourceguardian.ini
./init.sh
sed -i '/^PHP script/d' xi-sys.cfg
sed -i '/^1)/d' xi-sys.cfg
sed -i '/^2)/d' xi-sys.cfg
sed -i '/^3)/d' xi-sys.cfg
./install-sourceguardian-extension.sh
Thanks.