On Tue, 20 Nov 2018 17:47:49 -0600 Dimitri Maziuk via
Bacula-users wrote:

> Check that wal archive_mode is off in
> postgresql.conf and also all replication-related
> stuff.

grep -iE "replic|archive_mode" postgresql.conf

shows only commented lines. Need I change anything?

> Try `psql -U postgres -d postgres -c checkpoint` and
> see if the files start disappearing after that.

They don't:

$ du -hs pg_wal/
769M    pg_wal/
$ psql -U postgres -d postgres -c checkpoint
CHECKPOINT
$ du -hs pg_wal/
769M    pg_wal/

--
George


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to