Hi Folks - the Proxmox_ruledb on my cluster keeps growing, regardelss of what I do. I have turned off greylisting and I have changed statistics from 14 days to 7 days, and neither of these things did anything at all to reduce the size of the database. I have /var setup as its own partition in case that's causing problems.
Code:
SELECT pg_size_pretty( pg_total_relation_size('cstatistic') );
pg_size_pretty
----------------
555 MB
(1 row)
Proxmox_ruledb=>
SELECT pg_size_pretty( pg_total_relation_size('cgreylist') );
pg_size_pretty
----------------
703 MB
(1 row)
Proxmox_ruledb=>
SELECT pg_size_pretty( pg_total_relation_size('cmsreceivers') );
pg_size_pretty
----------------
120 MB
(1 row)
Proxmox_ruledb=>
SELECT pg_size_pretty( pg_total_relation_size('creceivers') );
pg_size_pretty
----------------
274 MB
(1 row)
Proxmox_ruledb=>
SELECT pg_size_pretty( pg_total_relation_size('cstatistic') );
pg_size_pretty
----------------
555 MB
(1 row)
Proxmox_ruledb=>
SELECT pg_size_pretty( pg_total_relation_size('cmailstore') );
pg_size_pretty
----------------
670 MB
(1 row)