Hi,
I had the opportunity to work with barman. In my opinion, to configure
barman, you should have a separate dedicated system. Configure WAL
archiving properly to ensure that all transaction logs are streamed to
Barman like the following
archive_command = 'rsync %p barman@backup_server:/path/to/
Does anyone know a best practice when it comes to installing barman?
Would barman be on its own system or does it make sense to have it running
on a cascaded postgres server?
I'm just getting started with it so I'd like to see how others have
implemented its use in a variety of different implemen