Re: pg_basebackup restore

2025-03-05 Thread Laurenz Albe
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

Re: pg_basebackup restore

2025-03-05 Thread Anatoly Pugachev
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

Re: pg_basebackup restore

2025-03-05 Thread Anatoly Pugachev
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

Re: pg_basebackup restore

2025-03-05 Thread Laurenz Albe
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

Re: pg_basebackup restore

2025-03-03 Thread Laurenz Albe
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

pg_basebackup restore

2025-03-03 Thread PG Doc comments form
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