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
On Wed, Mar 5, 2025 at 1:50 PM Laurenz Albe wrote:
> On Wed, 2025-03-05 at 13:11 +0400, Anatoly Pugachev wrote:
> > On Tue, Mar 4, 2025 at 12:02 AM Laurenz Albe
> > wrote:
> > > On Sun, 2025-03-02 at 09:27 +, PG Doc comments form wrote:
> > > > Is there any way to restore pg_basebackup ? Rea
on of the
pg_basebackup page.
Examples:
- Take a backup with pg_basebackup:
...
- Restore backup taken with pg_basebackup:
...
On Tue, Mar 4, 2025 at 12:02 AM Laurenz Albe wrote:
>
> On Sun, 2025-03-02 at 09:27 +, PG Doc comments form wrote:
> > Is there any way to restore pg_bas
On Wed, 2025-03-05 at 13:11 +0400, Anatoly Pugachev wrote:
> On Tue, Mar 4, 2025 at 12:02 AM Laurenz Albe wrote:
> > On Sun, 2025-03-02 at 09:27 +, PG Doc comments form wrote:
> > > Is there any way to restore pg_basebackup ? Reading current documentation
> > > on
> > > pg_basebackup I could
On Sun, 2025-03-02 at 09:27 +, PG Doc comments form 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#BA
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/17/app-pgbasebackup.html
Description:
Hello!
Is there any way to restore pg_basebackup ? Reading current documentation on
pg_basebackup I could not find any "restore" word in it.
Thank you