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