Search Postgresql Archives

Re: base backup and tar problems with disappearing files.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 15 Mar 2011, at 7:46, Alban Hertroys wrote:

> On 15 Mar 2011, at 3:06, Rajesh Kumar Mallah wrote:
> 
>> Dear Friends,
>> 
>> While taking online basebackup we ignore tar exit codes of 1 . 
>> However under certain circumstances tar exits we code '2' which 
>> stands for 'Fatal Errors' . Eg in case of  "Cannot stat: No such file or directory"
>> encountered while taking backup of the pgdatadir . My question is
>> can we ignore such errors of "vanishing files" ? is it normal ?
>> I think the situation is arising because some table which were created
>> before start of backup were dropped during the backup. But that is
>> quite normal also.
> 
> 
> You should probably exclude the PG data directories from your file-system backups, there isn't much point in backing them up anyway.


I should refine that a bit...

A file-system level backup backs up the files in a sequential order, while the database writes it's transactions in them in a pattern that's much closer to random order. As a result of that, your file-system backup is likely to contain the database files in an inconsistent state.
If you subsequently try to recover from that backup, you rely on the ability of the database to recover from that inconsistent state. Postgres is pretty good at recovering, but there's no guarantee it will succeed. It's probably a bad idea to rely on that for your backups.

Instead, for backing up your database, use one of the strategies outlined in the fine manual. Those are reliable.

Alban Hertroys

--
If you can't see the forest for the trees,
cut the trees and you'll see there is no forest.


!DSPAM:737,4d7f1594235881055444518!



-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux