Обсуждение: [Incremental Backup]Restore pg_basebackup and WAL files

Поиск
Список
Период
Сортировка

[Incremental Backup]Restore pg_basebackup and WAL files

От
Falcão Vianna
Дата:
I would like make a incremental backup.

I have a base backup generated by pg_basebackup and I have WAL files by
server.
I want restore this backup in my localhost.
I delete folder "data" in my PostgreSQL and would like I have to do now to
restore my base?

Thanks



--
View this message in context:
http://postgresql.nabble.com/Incremental-Backup-Restore-pg-basebackup-and-WAL-files-tp5872842.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.


Re: [Incremental Backup]Restore pg_basebackup and WAL files

От
Albe Laurenz
Дата:
Falcão Vianna wrote:
> I would like make a incremental backup.
> 
> I have a base backup generated by pg_basebackup and I have WAL files by
> server.
> I want restore this backup in my localhost.
> I delete folder "data" in my PostgreSQL and would like I have to do now to
> restore my base?

There are instructions in the documentation:
http://www.postgresql.org/docs/current/static/continuous-archiving.html#BACKUP-PITR-RECOVERY

Yours,
Laurenz Albe