-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get the correct increment backup (#176)
* get the correct increment backup Before, we actually got the difference backup, not the incremental backup. TO solve this probem ,revert #125. However, if a physical backup file is deleted(rm command, etc.) other than the pg_rman delete command of pg_rman, It cannot find the correct status of a full backup and incremental backup.(please refer to #154 to details) WE will solve this problem, at the next major upgarde. * Revert "get the correct increment backup" * get the correct increment backup Before, we actually got the difference backup, not the incremental backup. TO solve this probem ,revert #125. However, if a physical backup file is deleted(rm command, etc.) other than the pg_rman delete command of pg_rman, It cannot find the correct status of a full backup and incremental backup.(please refer to #154 to details) WE will solve this problem, at the next major upgarde. * add the regression test of increment backup * add the regression test of increment backup * add the comment add the comment about the increment backup's problem * Add a comment Add a comment * add the regression test of increment backup * add the regression test of increment backup add the regression test of increment backup * add the comment * add the regression test * delete file becaust upload the wrong place,delete it * add the regression test * Reflected the comment * Reflected the comment * Reflected the comment * Reflected the comment * Reflected the comment * Reflected the comment * Reflected the comment * Regression test command was modified * Regression test command was modified * Regression test command was modified
- Loading branch information
1 parent
c87da86
commit 96861ab
Showing
5 changed files
with
42 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters