Re: [Koha] excessive growth of our Koha system

2020-02-10 Thread Chris Cormack
Actually this is not a Koha issue at all but one to do with mysql and innodb. If you search for file_per_table and innodb you should find the answer Chris On 10 February 2020 7:35:58 PM AEDT, Hugo Agud wrote: >Good morning > >The best solution is to figureout why it is growing the database > >1

Re: [Koha] excessive growth of our Koha system

2020-02-10 Thread Hugo Agud
Good morning The best solution is to figureout why it is growing the database 1. check logs of koha and apache 2. check tables sizes and figure out what's the table 3. check that cleanup cron is working fine El lun., 10 feb. 2020 a las 9:29, Archivo Historico Andalucia (< archivohistor...@and

[Koha] excessive growth of our Koha system

2020-02-10 Thread Archivo Historico Andalucia
Hi everyone! For some time we have been having an error in our koha system due to excessive growth of the database. The file that is constantly growing is: var/lib/mysql/ibdata1. It seems a zebra problem (We have a Koha old versión: 3.08...) We don't know why it grows so much or how to fix it. C