- Notifications
You must be signed in to change notification settings - Fork86
[PBCKP-259] fix for 'ERROR: Cannot create directory for older backup'…#526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or 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
…, rewrite --start_time implementationRewritten5f2283cFixed:* tests.backup.BackupTest.test_issue_231* tests.restore.RestoreTest.test_restore_chain* tests.restore.RestoreTest.test_restore_backup_from_futureNot yet fixed:* tests.restore.RestoreTest.test_restore_chain_with_corrupted_backup* tests.merge.MergeTest.test_merge_backup_from_future
…re and tests.restore.RestoreTest.test_restore_backup_from_future as incorrect for now
… can be performed with start-time option.Fix checking that time of new backup later, than latest existing backup
935ff84
to2f8d5ef
Compare…test_start_time_few_nodes
…rmissions for ptrack and PG-11
* tests.backup.BackupTest.test_backup_detect_corruption* tests.backup.BackupTest.test_backup_detect_invalid_block_header
funny-falcon pushed a commit that referenced this pull requestOct 14, 2022
#526)* [PBCKP-259] fix for 'ERROR: Cannot create directory for older backup', rewrite --start_time implementation* rewritten5f2283c* fixes for several tests* disabled tests.merge.MergeTest.test_merge_backup_from_future and tests.restore.RestoreTest.test_restore_backup_from_future as incorrect for nowCo-authored-by: d.lepikhova <d.lepikhova@postgrespro.ru>
kulaginm added a commit to pgtoolz/pg_backup that referenced this pull requestMar 25, 2023
… backup'… (postgrespro#526)"This reverts commit1bb0762.
kulaginm added a commit to pgtoolz/pg_backup that referenced this pull requestMar 25, 2023
* Revert "[PBCKP-259] fix for 'ERROR: Cannot create directory for older backup'… (postgrespro#526)"This reverts commit1bb0762.* Revert "Add warning about using --start-time option"This reverts commit8ce27c9.* Revert "Add tests for --start-time option on the one and few nodes"This reverts commit1b75b4e.* Revert "Add --start-time option for backup"This reverts commit3c74ebf.* Revert "Add backup start time as parameter for do_backup"This reverts commit5f2283c.* Remove --start-time option
gsmolk pushed a commit to pgtoolz/pg_backup that referenced this pull requestMar 25, 2023
* Revert "[PBCKP-259] fix for 'ERROR: Cannot create directory for older backup'… (postgrespro#526)"This reverts commit1bb0762.* Revert "Add warning about using --start-time option"This reverts commit8ce27c9.* Revert "Add tests for --start-time option on the one and few nodes"This reverts commit1b75b4e.* Revert "Add --start-time option for backup"This reverts commit3c74ebf.* Revert "Add backup start time as parameter for do_backup"This reverts commit5f2283c.* Remove --start-time option
gsmolk pushed a commit to pgtoolz/pg_backup that referenced this pull requestApr 27, 2023
* Revert "[PBCKP-259] fix for 'ERROR: Cannot create directory for older backup'… (postgrespro#526)"This reverts commit1bb0762.* Revert "Add warning about using --start-time option"This reverts commit8ce27c9.* Revert "Add tests for --start-time option on the one and few nodes"This reverts commit1b75b4e.* Revert "Add --start-time option for backup"This reverts commit3c74ebf.* Revert "Add backup start time as parameter for do_backup"This reverts commit5f2283c.* Remove --start-time option
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…, rewrite --start_time implementation
Rewritten5f2283c
Fixed:
Not yet fixed: