On Mon, Mar 17, 2025 at 10:06 AM 'Martin Marques' via Barman, Backup
and Recovery Manager for PostgreSQL <
pgba...@googlegroups.com> wrote:
>
> Why would you want to "not" take a backup if any of those actions fail? IMO those checks are important for the monitoring of your system, but shouldn't prevent you from taking a physical backup.
>
I don't see the point neither. Moreover, having to check if you want
to do a phisycal backup by mens of pg_dump means that your databases
have to be small in size, so it will not scale as an approach.
Seems to me there is a wrong mentality here: if the database does not
have issues, then is in good health, so I don't need backups. Clearly,
backups are not useful only to restore from a corrupted database, also
for getting back in time.
Doing a backup once a problem is in place is a good way to get more troubles.
Luca