WAL & Archive Mode
PostgreSQL
Troubleshooting
Problem
Set wal_keep_size
Set archive_mode=on
Unset archive_command
This will cause wal_keep_size to not work and the disk to fill up.
wal_keep_size
Controls the minimum number of WAL files that PostgreSQL will retain, even if they have been used by strea...