Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/whpg-backup/incremental.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Use `gpbackup` and `gprestore` to create and restore incremental backups of appe
- `TRUNCATE`
- `UPDATE`
- `DROP` and then re-create the table
- `COPY .. FROM`

An incremental backup always includes every specified heap table, and backs up an append-optimized table, including a column-oriented table, only if it's changed. An incremental backup set consists of a full backup, plus the incremental backups that capture changes to the database since that full backup. For example, a full backup on Sunday plus three daily incremental backups on Monday, Wednesday, and Friday together form one backup set. Restoring from an incremental backup requires the complete backup set, and every backup in a set must use consistent command-line options so that `gpbackup` can build on it and `gprestore` can restore from it.

Expand Down