forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2e2d460
committed
docs: Mention that pg_combinebackup does not verify backups.
We don't want users to think that pg_combinebackup is trying to checkthe validity of individual backups, because it isn't. Adjust the wordingabout sanity checks to make it clear that verification of individualbackups is the job of pg_verifybackup, and that the checks performedby pg_combinebackup are around the relationships between the backups.Per discussion with David Steele.Discussion:http://postgr.es/m/e6f930c3-590c-47b9-b094-217bb2a3e22e@pgmasters.net1 parentd9f686a commit2e2d460
1 file changed
+9
-5
lines changedLines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
54 | 58 |
| |
55 | 59 |
| |
56 | 60 |
| |
|
0 commit comments
Comments
(0)