HowTo Cear Statistics

czslaw

New Member
Oct 3, 2005
1
0
1
Poland
Hi,

How to clear proxmox mail statistics ?

I gesse, clear postgres database.

But how to do this ?


Regards

czslaw
 
Yes you need to do that on the console (or use ssh):

> echo "delete from statistic; delete from receivers;" | psql -U postgres Proxmox_ruledb

Best regards,

Dietmar