Re: WAL files required to make base backup consistent - Mailing list pgsql-admin

From Jerry Sievers
Subject Re: WAL files required to make base backup consistent
Date
Msg-id 87ppwa3goy.fsf@comcast.net
Whole thread Raw
In response to WAL files required to make base backup consistent  (Virupaksha Kanjilal <v.kanjilal@gmail.com>)
Responses Re: WAL files required to make base backup consistent  (Sergey Konoplev <gray.ru@gmail.com>)
List pgsql-admin
Virupaksha Kanjilal <v.kanjilal@gmail.com> writes:

> Hi
>
> I perform a pg_basebackup with tar option and do not bring in the WAL segments created during the backup. Now I want
> to make the backup a consistent copy and for that I need the WAL segments. How can I know which all WAL segments to
> apply to bring the backup to a consistent state?

Look in your WAL repository for files named *.backup.

The prefix part will match the name of a regular WALf file from when
the backup was started and the .backup file itself will contain some
human readable text indicating the last WAL segment that you'll need
for a consistent recovery.

HTH

> Thanks
> Viru
>

--
Jerry Sievers
Postgres DBA/Development Consulting
e: postgres.consulting@comcast.net
p: 312.241.7800


pgsql-admin by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: exceeded MAX_ALLOCATED_DESCS while trying to open file
Next
From: Sergey Konoplev
Date:
Subject: Re: WAL files required to make base backup consistent