Re: Online backups and WAL

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Marc Cousin <mcousin(at)sigma(dot)fr>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Online backups and WAL
Date: 2005-04-18 21:59:57
Message-ID: 200504182159.j3ILxvI25282@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Marc Cousin wrote:
> Hi,
>
> I'm currently testing online backups, and I'm facing the problem of a missing
> WAL when I do the backup : the current WAL isn't archived when I save the
> archives, and is required to recover...
> I've read in the mailing list archives that it can be solved by copying the
> current WAL from pg_xlog. Even if this solution works, it looks to me to be
> more of a workaround than anything else, and adds some complexity to an
> operation that is allready not that simple.
> I'd like to know if there is a way to force the switch from a WAL to the next
> one, like with an 'alter system archive log current' in Oracle.

No, there is no way to force a switch. It is on our TODO list as
something to fix for 8.1.

The development version of the docs make it much clearer:

http://candle.pha.pa.us/main/writings/pgsql/sgml/backup-online.html

This documentation update will be in 8.0.X. Sorry the system is
currently confusing.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message John DeSoi 2005-04-19 03:03:45 Re: file system backup of postgresql db onto another installation
Previous Message Bruce Momjian 2005-04-18 21:55:57 Re: Latest pg_autovacuum script