fusioninventory-for-glpi
fusioninventory-for-glpi copied to clipboard
update timeouts - and workwaround
moving from 9.5+1.0 to 9.5+3.0
I just had a lot of problems updating to the latest version thanks to PHP timeouts, etc (2GB networkconnectionlog table kept getting in the way)
Adding the following couple of lines to the top of upgrade.php allowed me to complete the update (but it still took 90 minutes to run)
<?php
set_time_limit(0);
ignore_user_abort(1);
90 minutes? You update with web interface or in cli ?
in the web interface. There were about 20 million lines in the networkconnectionlog table