backup tools ought to ensure created backups are durable - Mailing list pgsql-hackers

From Andres Freund
Subject backup tools ought to ensure created backups are durable
Date
Msg-id 20160327233033.GD20662@awork2.anarazel.de
Whole thread Raw
Responses Re: backup tools ought to ensure created backups are durable
List pgsql-hackers
Hi,

As pointed out in
http://www.postgresql.org/message-id/20160327232509.v5wgac5vskusedin@awork2.anarazel.de
our backup tools (i.e. pg_basebackup, pg_dump[all]), currently don't
make any efforts to ensure their output is durable.

I think for backup tools of possibly critical data, that's pretty much
unaceptable.

There's cases where we can't ensure durability (i.e. pg_dump | gzip >
file), but it's out of our hands in that case.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: silent data loss with ext4 / all current versions
Next
From: Michael Paquier
Date:
Subject: Re: pg_rewind just doesn't fsync *anything*?