Re: Apply WAL logs after database restore

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Brad Littlejohn <blittlejohn(at)posportal(dot)com>
Cc: "'pgsql-admin(at)postgresql(dot)org'" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Apply WAL logs after database restore
Date: 2010-02-18 22:19:18
Message-ID: 4B7DBCE6.3060007@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Le 18/02/2010 22:56, Brad Littlejohn a écrit :
> [...]
> I'm pretty sure that this is a FAQ here, but I'll ask it, just to get confirmation on what I need to do.
>
> I have a database sitting on a box running PostgreSQL 8.4, checking in at 190GB. I performed a backup of the database, using pg_dump to get the data out of the database. This is a full level 0 backup of the database. I have WAL-based log shipping enabled on that server.
>
> I just created a second database server that will be a recovery server, compiled and installed PostgreSQL onto it, and restored the full backup taken from the primary database onto it. Since this wasn't a base backup (using tar, cpio, etc.), how would I apply the WAL logs to this secondary server, to get it up to current? All of the documentation I've read so far uses a base backup. Is there any way to apply the logs generated since that backup created by pg_dump to get the secondary database up to current?
>

Nope, you cannot do that.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Kevin Grittner 2010-02-18 22:20:15 Re: Apply WAL logs after database restore
Previous Message Brad Littlejohn 2010-02-18 21:56:18 Apply WAL logs after database restore