Re: BUG #16317: max_wal_size does not remove WAL files, cause "nospace left"

Поиск
Список
Период
Сортировка
От hubert depesz lubaczewski
Тема Re: BUG #16317: max_wal_size does not remove WAL files, cause "nospace left"
Дата
Msg-id 20200325113830.GA25387@depesz.com
обсуждение исходный текст
Ответ на BUG #16317: max_wal_size does not remove WAL files, cause "no space left"  (PG Bug reporting form <noreply@postgresql.org>)
Ответы RE: BUG #16317: max_wal_size does not remove WAL files, cause "nospace left"  (Fan Liu <fan.liu@ericsson.com>)
Список pgsql-bugs
On Wed, Mar 25, 2020 at 11:11:11AM +0000, PG Bug reporting form wrote:
> eric-adp-ss7-db-pg-0:/var/lib/postgresql/data/pgdata # du -h -d1
> 3.9G    ./pg_wal
> 600K    ./global
> …..
> 3.9G    .
> 
> postgres=# SHOW max_wal_size;
> max_wal_size
> --------------
> 1GB
> (1 row)

Please show us:
show archive_mode;
show archive_command;
select * from pg_stat_replication;
select * from pg_replication_slots;
select pg_current_wal_lsn();

and, from postgres account in shell:
ps uwwxf | grep -C3 archive

Best regards,

depesz




В списке pgsql-bugs по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16317: max_wal_size does not remove WAL files, cause "no space left"
Следующее
От: Fan Liu
Дата:
Сообщение: RE: BUG #16317: max_wal_size does not remove WAL files, cause "nospace left"