WAL files not getting cleared

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Eshwar
    New Member
    • Dec 2021
    • 2

    WAL files not getting cleared

    Hi,

    WAL files are not getting cleared even after reaching wal_keep_segmen ts and grows gradually , finally ended up with high disk space utlization. below is the configuration in postgresql.stre aming.conf. Please help to solve this issue


    listen_addresse s = '*'
    wal_level = 'hot_standby'
    max_wal_senders = 10
    wal_keep_segmen ts = 100
    hot_standby = on
    archive_mode = off
    archive_command = ''
    max_replication _slots = 5

    wal_log_hints = on
Working...