Re: pg_wal directory - Mailing list pgsql-admin

From David G. Johnston
Subject Re: pg_wal directory
Date
Msg-id CAKFQuwZJisSBB_qxWY8DpAn0kWDo_mpnp+pjh1CRjdc7gzp8Ow@mail.gmail.com
Whole thread Raw
In response to pg_wal directory  (Yambu <hyambu@gmail.com>)
List pgsql-admin
On Fri, Jul 16, 2021 at 2:43 AM Yambu <hyambu@gmail.com> wrote:
Hello

May i know which setting in postgres controls the size and number of wal files kept in pg_wal directory? We have 245 wal files and total size is 3.5GB  

We do NOT have replication in place


So how are you doing WAL archiving for backups?  Because most likely that is broken and thus PostgreSQL doesn't feel safe in removing the unarchived WAL.

we are using
Pg 12.7 

max_wal_size 16G

That seems a bit excessive...and above your current usage so it is possible you simply need that many segments given the volume of WAL your server produces (you omitted mentioning the time frame for the WAL)
 
wal_keep_segments 8 

You don't have replication in place so wal_keep_segments, a replication GUC, is immaterial here.

David J.

pgsql-admin by date:

Previous
From: Yambu
Date:
Subject: pg_wal directory
Next
From: Firthouse banu
Date:
Subject: Need query