Re: Problem with PITR recovery

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Problem with PITR recovery
Дата
Msg-id 200504190139.j3J1dPG26995@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Problem with PITR recovery  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
Simon Riggs wrote:
> On Mon, 2005-04-18 at 13:41 -0400, Bruce Momjian wrote:
> > Tom Lane wrote:
> > > Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > > > I guess I didn't see the connection between the file system backup and
> > > > the WAL files, when in fact you need the WAL files that go with the file
> > > > system badckup to do the recovery.  Do you have new suggested text?
> > > 
> > > I think it probably needs to mention *both* the tar dump and the WAL
> > > segment file(s).  I can take a whack at it if you like.
> > 
> > I modified the sentence to say:
> > 
> >     Once you have safely archived the file system backup and the WAL segment
> >     files used during the backup (as specified in the backup history file),
> >     you can delete all archived WAL segments with names numerically less.
> > 
> > Feel free to whack it a second time.
> 
> whack...
> 
>  ...you can delete all archived WAL segments with names numerically
> less.
> 
> but I'm not sure it's best practice to delete them at that point. I
> would recommend that users keep at least the last 3 backups. So, I'd
> prefer the wording
> 
>  ...all archived WAL segments with names numerically less will no longer
> be needed as part of that backup set. You may delete them at that point,
> though you should consider keeping more than one backup set to be
> absolutely certain that you are can recover your data.

OK, new wording:Once you have safely archived the file system backup and the WAL segmentfiles used during the backup
(asspecified in the backup history file),all archived WAL segments with names numerically less are no longerneeded to
recoverthe file system backup and may be deleted. However,you should consider keeping several backup sets to be
absolutelycertainthat you are can recover your data. Keep in mind that only completed WALsegment files are archived, so
therewill be delay between running<function>pg_stop_backup</> and the archiving of all WAL segment filesneeded to make
thefile system backup consistent.
 

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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Problem with PITR recovery
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SETOF function call