Re: Recovery issue

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: msteben(at)autorevenue(dot)com
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Recovery issue
Date: 2009-03-02 03:29:49
Message-ID: 3f0b79eb0903011929x3e774491m20b5d8ffa46bd57c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

On Sat, Feb 28, 2009 at 1:01 PM, <msteben(at)autorevenue(dot)com> wrote:
> Hi L:sters,
>
> We're at postgresql 8.2.5.  I'm running PITR backups on our production server
> and copying the resulting tarball and the WAL logs to our reporting server.
> I restart the reporting server and begin re-playing logs.  Everything
> works fine for about 3 days until a network outage creates a gap in the
> WAL log copies.  The reporting server interprets this as the end of the
> logs and comes up in ready mode.
>
> I need to begin recovery at that point and continue to replay logs.
> I asked this question last week with no clue how to proceed.
> Now I throw an idea out to the group.  Can I take a full file copy on
> the reporting server and continue to play logs at the point the last
> recovery terminated?
>
> Procedure in summary:
>
>  1.  Start archive logging on the reporting server.
>     (Since no updates are occurring on this server there
>      should be no logs archived. but I need to start archive
>      logging to enable pg_start_backup)
>  2.  select pg_start_backup('new_backup')
>  3   tar -czvf (the data cluster)
>  4.  select pg_stop_backup();
>  5.  stop the server. Remove the data cluster
>  6.  tar xvf the backup -replenish the data cluster
>  7   remove postmaster.pid, (pg_xlogs already removed from backup)
>  8.   restart the server using recovery.conf to start copying the
>     accumulated archive logs from the production server
>
> Possible?  Or  pipe dream?
>
> Any ideas welcome.  Thank you,

I don't think that your procedure works fine because timeline of
new backup is greater than that of the remaining archive logs.
I recommend that you use the previous backup, and re-execute
recovery from the beginning.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Markus Wanner 2009-03-02 08:11:21 Re: postgres 8.2 doesn't start after ubuntu upgrade
Previous Message Daniel J. Summers 2009-03-02 03:17:55 Re: postgres 8.2 doesn't start after ubuntu upgrade