Re: pg_basebackup problem...

From: John Scalia <jayknowsunix(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Kevin Grittner <kgrittn(at)ymail(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pg_basebackup problem...
Date: 2015-08-06 21:00:24
Message-ID: CABzCKRDerRQKT4B17=QPAy3QXuX0ZabZ9ss+uXuuSQQy7YGYog@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Well, all is good now, I followed the instructions for pg_resetxlog and one
of the most recent backups generated without fetching the WAL files in
pg_xlog, did successfully start up after the procedure.

Everybody affected here is now in a far happier mood as a result. Thanks to
everyone on this list, and especially to Kevin for reminding of
pg_resetxlog.
--
Jay

On Thu, Aug 6, 2015 at 3:15 PM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:

> On 8/6/15 12:49 PM, Kevin Grittner wrote:
> >> 2) If a WAL segment is in fact required for the backed up DB to
> >> > start, why would pg_basebackup not include those by default? To
> >> > not do so, doesn't create a backup file, just in this case, a
> >> > tarball that's worthless.
> > ... unless you are archiving the WAL to somewhere that it will be
> > kept long enough to be usable for such purposes. If you are (and I
> > highly recommend that you do so), including WAL in the base backup
> > is a waste of both bandwidth and storage space.
>
> This is arguably an artifact of the evolution of replication in
> PostgreSQL. You used to do tar backup + archiving, then you could
> switch to pg_basebackup + archiving, and nowadays you could switch to
> pg_basebackup without archiving, but the default behavior of
> pg_basebackup still caters to the old case.
>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message HEMPLEMAN Matthew 2015-08-07 00:12:07 Replication Cluster Monitoring
Previous Message Peter Eisentraut 2015-08-06 20:15:47 Re: pg_basebackup problem...