BUG #8450: pg_basebackup blocks until WAL archiving successful

From: stuart(at)stuartbishop(dot)net
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8450: pg_basebackup blocks until WAL archiving successful
Date: 2013-09-13 12:13:20
Message-ID: E1VKSFU-0005pJ-7S@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 8450
Logged by: Stuart Bishop
Email address: stuart(at)stuartbishop(dot)net
PostgreSQL version: 9.1.9
Operating system: all
Description:

Hi.

pg_basebackup blocks until all necessary WAL files have been archived by
archive_command. This can take a few minutes under normal circumstances, and
indefinitely if archive_command is failing.

I would like to be able to disable this check, as I am streaming backups to
a system that can time out my connection if it does not receive new data for
a short while. This makes unattended backups problematic.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2013-09-13 15:20:00 Re: Re: BUG #8444: ERROR: table name "tblb" specified more than once in subquery
Previous Message David Johnston 2013-09-12 23:12:42 Re: BUG #8444: ERROR: table name "tblb" specified more than once in subquery