Re: : PostgreSQL Online Backup

From: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "Venkat Balaji *EXTERN*" <venkat(dot)balaji(at)verse(dot)in>, "Alan Hodgson" <ahodgson(at)simkin(dot)ca>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: : PostgreSQL Online Backup
Date: 2011-09-27 09:06:25
Message-ID: D960CB61B694CF459DCFB4B0128514C206E9FB93@exadv11.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Venkat Balaji wrote:
> Our problem is -
>
> We had mistakenly executed "rsync" on the running PostgreSQL data
directory (production) and we did
> not run "pg_start_backup()".
>
> Will this harm production ? can this lead to corruption ?

I assume that you used rsync to copy *from* the data directory.

This cannot lead to data corruption.
Only performance might suffer temporarily due to the additional I/O.

The backup made with rsync will be unusable without pg_start_backup().

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Venkat Balaji 2011-09-27 09:55:13 Re: PostgreSQL recovery when lost some file in data\global
Previous Message Adarsh Sharma 2011-09-27 06:48:59 Download States and Capitals Database