On Sat, 24 Nov 2018 01:36:12 +0200 George via Bacula-users <[email protected]> wrote:
> > wal_level = minimal > > and restart. > > Trying this results in (journalclt excerpt): > > Nov 24 01:11:05 pc postgresql-script[6374]: 2018-11-24 01:11:05.565 EET > [6383]FATAL: WAL streaming (max_wal_senders > 0) requires wal_level > "replica" or "logical" So set max_wal_senders = 0 as well. Now looking at the fine manual I see they changed the default from 9.x, it used to be 0. -- Dmitri Maziuk <[email protected]> _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
