Hello,
we are running an Openerp 6 server for several years now and I just noticed that the system is logging every single user action in the table res_log which is accessible in the client under Administration - reports - audits - client logs. As this sums up, in our case, to almost 80 million (!!) entries, I would actually like to free the database from this burden. So my questions are:
- How can I turn off this logging ?
- Can I just clear the table on postgres database level (I guess no ?!)
- How else can I clear this table ?
I hope somebody can help me with this "antique" piece of software, which is still running great !
I think I understood how to properly clear the table, so the only question that remains is how can I turn off logging in the first place ?
with fantastic results, a 30 GB database reduced to 2 GB, by the way.