You are not logged in.
Trying to update from 9.4.5 to 9.5.3 stop in update page with message Building inline images data in glpi_documents_items
Does any sugestion?
Regards,
Offline
This usually takes time, because all inline images are moved to documents.
You probably suffer a timeout. Review your PHP settings and increase the max_execution_time to 600 or more if need.
Cheers,
Offline
the problem was a error that script wasn´t able to rename glpi_appliancerelations to glpi_appliance_relation_itens. for any reason glpi_appliance_relation_itens already exist. so, i droped it and run update again
Offline
I have this problem as well, currently migrating my database from 9.4.6 to 10.0.0 but stuck at updating to 9.5.2 the error is "Building inline images data in glpi_documents_items, Unable to rename table glpi_appliancerelations (ok) to glpi_appliances_items_relations (not ok)!" can i ask how did you droped the table?
Offline
I have this problem as well, currently migrating my database from 9.4.6 to 10.0.0 but stuck at updating to 9.5.2 the error is "Building inline images data in glpi_documents_items, Unable to rename table glpi_appliancerelations (ok) to glpi_appliances_items_relations (not ok)!" can i ask how did you droped the table?
I have the same error, and even dropping the table, when running the update again, the error persists, any other idea ?
To drop a table,
1 - conect on database with privileges
2 - <mysql> drop table glpi_appliancerelations;
Offline