Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Reducing the size of a database

by
Holger Brunn
- 23/01/2024 17:35:38
> In my experience a

> huge amount of records can be deleted by deleting old chatter

> records.

similar experience here, and for that we have
https://github.com/OCA/server-tools/tree/14.0/autovacuum_message_attachment
and its migrations to higher versions in the PRs.

You should run the third query from
https://wiki.postgresql.org/wiki/Disk_Usage
anyways to first get an impression where the space goes.


-- 
Your partner for the hard Odoo problems
https://hunki-enterprises.com

Reference