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
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