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