Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
postgresql_backup_recovery_physical [2020/01/22 14:37] – andonovj | postgresql_backup_recovery_physical [2020/01/27 17:45] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 123: | Line 123: | ||
====Restore==== | ====Restore==== | ||
- | Restore of pg_basebackup is done by copying the content of the backup in the data folder. That's all. Pg_basebackup performs consistent backup and as such it is enough just to copy the content on empty data dir: | + | Restore of pg_basebackup is done by copying the content of the backup in the data folder. That's all. Pg_basebackup performs consistent backup and as such it is enough just to copy the content on empty data dir. Please be sure to keep the OLD WAL files prior any deletion. They are extremely important. |
<sxh bash> | <sxh bash> |