Re: No backup history file found

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: eugene(dot)pliskin(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: No backup history file found
Date: 2022-08-30 20:36:46
Message-ID: Yw503h8nLrJsz9Ek@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Fri, Aug 26, 2022 at 09:05:14AM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/14/continuous-archiving.html
> Description:
>
> Chapter 26.3.2. "Making a Base Backup" states that "To make use of the
> backup, you will need to keep all the WAL segment files generated during and
> after the file system backup. To aid you in doing this, the base backup
> process creates a backup history file that is immediately stored into the
> WAL archive area. This file is named after the first WAL segment file that
> you need for the file system backup. For example, if the starting WAL file
> is 0000000100001234000055CD the backup history file will be named something
> like 0000000100001234000055CD.007C9330.backup."
>
> In my experience with pg_basebackup with tar format (-Ft) no backup history
> file was produced. Instead I found first WAL segment name in "backup_label"
> file inside of "base.tar" archive.

Well, what happens is the the "backup_label" file is created in the WAL
directory and that file gets backed up during the file system backup.
That file will appear in the backup, like in the tar file. Can that
text be improved?

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Indecision is a decision. Inaction is an action. Mark Batterson

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2022-08-30 21:12:53 Re: [`] Paragraph doesn't match example in
Previous Message Bruce Momjian 2022-08-30 18:18:42 Re: [PATCH] doc/queries.sgml: add missing comma