Re: pg_basebackup restore - Mailing list pgsql-docs

From Laurenz Albe
Subject Re: pg_basebackup restore
Date
Msg-id 6403690228aced89510ee95bad2665310bdd014a.camel@cybertec.at
Whole thread Raw
In response to Re: pg_basebackup restore  (Anatoly Pugachev <matorola@gmail.com>)
List pgsql-docs
On Wed, 2025-03-05 at 14:48 +0400, Anatoly Pugachev wrote:
> > > > > Is there any way to restore pg_basebackup ? Reading current documentation on
> > > > > pg_basebackup I could not find any "restore" word in it.
> > > >
> > > > Try looking for "recovery":
> > > > https://www.postgresql.org/docs/current/continuous-archiving.html#BACKUP-PITR-RECOVERY
> > >
> > > I mean it's a completely different page, but the pg_basebackup page
> > > has an examples section. Or please put a link to pg_basebackup page to
> > > restore/recovery page (continuous-archiving.html), explaining how to
> > > restore a backup.
> > >
> > > But actually, would be nice to put to the examples section of the
> > > pg_basebackup page.
> >
> > A hyperlink might be a good idea.
>
> thank you.  If you can do anything about it, thanks again.

Looking again, there is such a link in the very first paragraph of
the "Description" section:

  The backup is taken without affecting other clients of the database,
  and can be used both for point-in-time recovery (see Section 25.3)
                                                       ^
                                                       the link that I mean
  and as the starting point for a log-shipping or streaming-replication
  standby server (see Section 26.2).

So I don't really see how that could be any better.

Yours,
Laurenz Albe



pgsql-docs by date:

Previous
From: Anatoly Pugachev
Date:
Subject: Re: pg_basebackup restore
Next
From: Erik Wienhold
Date:
Subject: Re: Docs search does not work for the "@>" operator