wrongecho I have an automation task through my RMM agent. Oddly though, I had PHP-8.3-mysql already installed. After running your suggestion though I was able to proceed with the steps below just fine.
The update_cli script will be in /var/www/itflow/scripts/
- Run the Update Script:
sudo -u www-data php update_cli.php
- Run the database update:
sudo -u www-data php update_cli.php --update_db
- Repeat the
--update_db
command until no further updates are found. (Note there are many db updates)