public inbox for [email protected]
help / color / mirror / Atom feedbarman with postgres server/s
2+ messages / 2 participants
[nested] [flat]
* barman with postgres server/s
@ 2024-09-06 13:24 postgr user <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: postgr user @ 2024-09-06 13:24 UTC (permalink / raw)
To: [email protected]
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 implementations of postgres
servers or server.
Thank you
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: barman with postgres server/s
@ 2024-09-07 05:34 Muhammad Usman Khan <[email protected]>
parent: postgr user <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Muhammad Usman Khan @ 2024-09-07 05:34 UTC (permalink / raw)
To: postgr user <[email protected]>; +Cc: [email protected]
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/backup/%f'
Regular monitoring is required. You can check status via barman check
command
Use streaming replication by using this command 'streaming_archiver=on' in
the barman.conf file.
On Fri, 6 Sept 2024 at 18:24, postgr user <[email protected]> wrote:
> 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 implementations of postgres
> servers or server.
>
>
> Thank you
>
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2024-09-07 05:34 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-09-06 13:24 barman with postgres server/s postgr user <[email protected]>
2024-09-07 05:34 ` Muhammad Usman Khan <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox