Re: PG11.2 - wal_level =minimal max_wal_senders = 0

2019-09-06 Thread Benoit Lobréau
Hi, Make sure that the new settings of wal_level and max_wal_senders don't interfere with your backup strategy. The two parameters have an impact on wal archiving as well. Ben. Le jeu. 5 sept. 2019 à 08:33, Luca Ferrari a écrit : > On Wed, Sep 4, 2019 at 10:44 PM Jason Ralph > wrote: > > > >

Re: Setting up continuous archiving

2018-10-15 Thread Benoit Lobréau
By the way, do/can they both use streaming to receive WAL records? Or > streaming is only for standby servers. For backups you have only > file-based log shipping? > barman supports streaming but it's not as magical as one might think. See pgbarman's documentation for how to manager .partial files