Page 1 of 1

[SOLVED] PostgreSGL Base

Published: Dec 14, 2022 - 09:38
by Renaud Villet
Hello,
our PostgreSQL database has a volume of 23 GB. For a network of approximately 8200 machines, is this normal? Is there a way to clean up this database?

Regards

Re: PostgreSGL Database

Published: Dec 15, 2022 - 11:10
by sfonteneau
Good morning

You can try the following on the server:

Code: Select all

sudo -i -u postgres psql wapt -c "VACUUM FULL;"
?