On Tue, Apr 29, 2025 at 6:37 AM Umashankar Balasubramaniam
<
umasha...@gmail.com> wrote:
>
> We have taken the backup using Barman commands, and now we lost Barman server ( Got crashed), can we still recover the database without using Barman, if the backup sets are available in storage?
Never happened to me, but essentially barman clones the PGDATA
directory and streams the WALs, so the short answer is "Yes, if you
know what you are doing".
I would rather install another machine with barman and "mount" the
backup sets into such machine (at least in readonly for a try).
Luca