Re: FW: Setting up of PITR system.

From: "Andy Shellam" <andy(dot)shellam(at)mailnetwork(dot)co(dot)uk>
To: "'Rajesh Kumar Mallah'" <mallah(dot)rajesh(at)gmail(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: FW: Setting up of PITR system.
Date: 2006-03-29 12:19:02
Message-ID: !&!AAAAAAAAAAAuAAAAAAAAALfqleqaijxJlxu+E5RYF+YBAJaQ0jfg6zBFp7poaER6UCkAAAGy3PcAABAAAADL3SivwDRiRYXS5tJhonpaAQAAAAA=@mailnetwork.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

If pg_start_backup is used correctly, no data pages will be written to disk
until pg_stop_backup is called, so this shouldn't be an issue - HOWEVER -
check that you're excluding your pg_xlog directory (within your database
directory) from the tar backup as these will be changing.

Whatever archive utility you're using, if a file is being changed at the
time of reading, it won't be archived correctly.

Andy

-----Original Message-----
From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Rajesh Kumar Mallah
Sent: Tuesday, 28 March, 2006 5:27 PM
To: Tom Lane
Cc: andy(dot)shellam(at)mailnetwork(dot)co(dot)uk; pgsql-admin(at)postgresql(dot)org
Subject: Re: FW: [ADMIN] Setting up of PITR system.

---

secondly , i was asking about the tool for copying the
database directory not the one for archiving the logs.
when i use tar , it gives warning that the file changed
while it was reading the file, i need a tool that does not
give warning for this kind of activity.

---

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ola Sandbu 2006-03-29 12:38:27 Re: Bloated pg_shdepend_depender_index
Previous Message Andy Shellam 2006-03-29 12:16:13 Re: Bloated pg_shdepend_depender_index