Re: pg_wal directory

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: pg_wal directory
Дата
Msg-id CAKFQuwZJisSBB_qxWY8DpAn0kWDo_mpnp+pjh1CRjdc7gzp8Ow@mail.gmail.com
обсуждение исходный текст
Ответ на pg_wal directory  (Yambu <hyambu@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Yambu
Дата:
Сообщение: pg_wal directory
Следующее
От: Firthouse banu
Дата:
Сообщение: Need query