PostgreSQL Backup, Restore and Recovery
/ home / computer / postgresql / postgresql-for-mysql-admins / .
Logical Backup
Physical Backup
Backup methods
- File system copy
- Dump
- Snapshots
- PostgreSQL physical backup
Point-in-Time-Recovery
- The Write-Ahead-Log (WAL)
- Managing the WAL
- Doing a PiTR
Testing your restore!