Hi! Those seem to be Postgres database files. You'll either destroy the database or cause serious damage to it if you remove them. If you wan't those cleared you should identify tables that can be trimmed and then vacuum the database. At first I would try to do a full vacuum of the databases. This might free some disk space. There should be an engine-vacuum and a dwh-vacuum commands which do this.
-Juhani On Fri, May 7, 2021 at 2:53 PM Pascal D <[email protected]> wrote: > > I have an issue with my 4.3 hosted-engine. The /var is full. The directory > taking 20G is /var/opt/rh/rh-postgresql10/lib/pgsql/data/base/data/16398 > > some of those files have size over 1GB. Can they be safely removed? > > TIA > _______________________________________________ > Users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Privacy Statement: https://www.ovirt.org/privacy-policy.html > oVirt Code of Conduct: > https://www.ovirt.org/community/about/community-guidelines/ > List Archives: > https://lists.ovirt.org/archives/list/[email protected]/message/7JRYG3L5BYXWFMPQHVRAXCGLYOYOHYLE/ _______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/VIYKX33AHW7LFWHM7FTVUYAT6QQK36LO/

