[9.060][CLOSED] Data partition filling up

Hi it seems that my storage partition is filling up pretty fast. The culprit seems to be the /var/storage/pgsql92/data/pg_xlog directory. I have very light load so such a large log directory seems out of the ordinary.
gatekeeper:/var/storage/pgsql92/data/pg_xlog # du -ch
12K     ./archive_status
2.6G    .
2.6G    total



The screenshots of my partition usage are attached below

Regards
Bill
Parents
  • Hi,

    I just wanted to report the same bug. I was getting mail alerts due to a full data partition and I found the same folder. My filesizes are even larger...

    astaro1:/var/storage/pgsql92/data/pg_xlog # du -b
    24576   ./archive_status
    5704298496      .


    That is 5,7 GB of database logfiles?

    Can I delete them without worries? (If this are transactional logs that should not harm anything...)

    Regards,
    Bastian
  • @utm_kid, these are not core dumps. They are large database log files as Bastian stated.
     

    That is 5,7 GB of database logfiles?
    Can I delete them without worries? (If this are transactional logs that should not harm anything...)

    Hi Bastian, long time no see[:)] Glad you are beta testing. I don't think you can delete the log files manually. I have never used pgsql so I am not sure but most databases go crazy if you manually remove files without the db system being aware of it. So in other words, probably the database has to delete them somehow[:S]

    Regards
    Bill
  • @utm_kid, these are not core dumps. They are large database log files as Bastian stated.

    Regards
    Bill


    yes i know i was pointing out if you are have any core dump ,and developers are not intrested in debug them you can delete that file so you will get more space 

    thanks
Reply Children
No Data