This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Partition "/" is filling up

Hello Everyone, 

I've installed UTM9 with HA configuration about 2 years ago, leaving the default partioning during installation.

Now "/" partition is filling up and I've see the the folder "/var/storage/pgsql92/data/pg_xlog" is using 4 GB.

What I can do to solve this problem?

Thank you in advance



This thread was automatically locked due to age.
  • Hi Marco,

    You have listed /var/storage/pgsql92/data/pg_xlog directory. Please do "df -kh" and post the output. I think there are many up2date pending to be installed. What is the firmware version on UTM?

    Thanks

  • Hi, Marco, and welcome to the UTM Community!

    Sachin, he did df -h before the directory list, so it does appear that pg_xlog is too full.

    Marco, for some reason, Reporting isn't deleting old archives.  You can clean out all but the last few with a command that lets you name the oldest archive you want to keep:

    pg_archivecleanup -d /var/storage/pgsql92/data/pg_xlog/  000000010000038C00000090

    Before that, if you want to confirm that archive_status is newer than 000000010000038C00000090, do ls -l /var/storage/pgsql92/data/pg_xlog/

    Cheers - Bob