You are not logged in.
Pages: 1
Can i clear all database calls from glpi without lose all configurations?
Offline
If you are referring to just clearing tickets:
You cannot just truncate the glpi_tickets table because it would leave related data like the users, linked items, etc orphaned.
It would be safer to simply use the massive actions (bulk select tickets on the list view and click the Actions button) and delete them.
Then, after all tickets are deleted, you can change the view to see deleted tickets and repeat the process to permanently delete them.
Doing it this way would help ensure that all related data gets removed at the same time.
The ticket IDs would not be reset, but at least the old data would not be there.
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