You are not logged in.
Pages: 1
The glpi_logs.ibd on our server keeps growing ( 15GB) and thought PurgeLogs automatic actions can do some cleanups to reduce the table size. I have set the Log purge configuration for the Last update to `delete all` and all other configuration's value to `keep all`. The Log purge automatic action does run but not seeing any difference in table size or any decrease in Historial count for any assets.
What logs come under the Last update?
how can I delete the logs for only `Last inventory date`?
Offline
This isn't a GLPI thing. By default, those files are not automatically pruned so even when data is removed from the table, the InnoDB file keeps growing. You have to optimize the tables to reclaim space.
https://dev.mysql.com/doc/refman/8.0/en … table.html
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
Pages: 1