From: | Ian Harding <harding(dot)ian(at)gmail(dot)com> |
---|---|
To: | Kevin Grittner <kgrittn(at)mail(dot)com> |
Cc: | Darren Duncan <darren(at)darrenduncan(dot)net>, General PostgreSQL List <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Hot Standby Not So Hot Anymore |
Date: | 2012-11-06 16:58:20 |
Message-ID: | CAMR4UwFPjUG4VSbiymoA6wcYJpg6FR+OYop8sp7RVEnsAZ0cTw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, Nov 6, 2012 at 5:45 AM, Kevin Grittner <kgrittn(at)mail(dot)com> wrote:
> Darren Duncan wrote:
> > Ian Harding wrote:
>
> >> It says everything is happy as normal...
> >>
> >> 2012-11-05 16:22:41.200 PST - :LOG: invalid record length at BA6/6DCBA48
> >
> > What does this log line mean? Is that "happy as normal"?
>
> Note that the message level is LOG, not WARNING or ERROR or anything
> more severe. It found the end of the valid WAL stream in WAL files it
> was provided, and it's telling you how it decided it was at the end.
>
> One thing I don't think you've really described is how you took your
> base backup. You did follow all the instructions, like using
> pg_start_backup() and pg_stop_backup(), excluding the pg_xlog
> directory contents, and excluding the postmaster.pid file, right? If
> you missed some details there you might see odd behavior.
>
> -Kevin
>
> Yeah, I forgot the pg_stop_backup. I knew it was my mistake, I just
> didn't know what... Now I know! That's what I get for doing it by hand.
> My script never forgets...
>
> Thanks!
>
> Ian
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>
From | Date | Subject | |
---|---|---|---|
Next Message | sivakumar krishnamurthy | 2012-11-06 17:36:28 | sub query reference error or user error |
Previous Message | Magnus Hagander | 2012-11-06 16:32:00 | Re: Question about "ident_file" in postgres.conf |