Re: where is pg_resetxlog ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kevin Kempter <kevink(at)consistentstate(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: where is pg_resetxlog ?
Date: 2009-07-25 21:47:30
Message-ID: 15863.1248558450@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kevin Kempter <kevink(at)consistentstate(dot)com> writes:
> On Saturday 25 July 2009 13:23:54 Scott Marlowe wrote:
>> Did you rsync the pg_xlog and pg_clog (i.e. EVERYTHING under data/) or
>> just the base directory? You really need to do an rsync of
>> everything, not most everything.

> we rsync'ed EVERYTHING (the entire directory and all sub-dirs)

Those log entries are proof positive that you forgot pg_xlog.

Maybe you had pg_xlog/ symlinked to someplace else on the old server
and forgot to replicate that arrangement on the new one?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-07-25 21:54:48 Re: Using unnest
Previous Message Jeff Davis 2009-07-25 21:14:52 Re: Using unnest