1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-05 11:00:22 +02:00
Commit Graph

2893 Commits

Author SHA1 Message Date
Grigory Smolkin
1e2491eb80 Merge branch 'master' into issue_146 2020-04-18 16:40:38 +03:00
Grigory Smolkin
a425a962eb Merge branch 'issue_120' 2020-04-18 14:26:59 +03:00
Grigory Smolkin
aa56f1d485 [Issue #120] update help 2020-04-18 14:20:02 +03:00
Grigory Smolkin
0b449d7e0b [Issue #120] Documentation update 2020-04-18 14:16:12 +03:00
Grigory Smolkin
4ee66be4c9 [Issue #120] minor improvements 2020-04-18 13:57:05 +03:00
Grigory Smolkin
2fdab7c387 [Issue #120] fix tests.delete.DeleteTest.test_delete_error_backups 2020-04-18 13:53:55 +03:00
Grigory Smolkin
3429ef149e Merge branch 'master' into issue_120 2020-04-17 14:10:57 +03:00
Grigory Smolkin
703d311b4b [Issue #185] archive-get refactoring: multi-threading, batching, prefetchin, retrying and handling of '.partial' files 2020-04-17 03:40:23 +03:00
Grigory Smolkin
439c27c7e7 [Issue #180] test coverage 2020-04-10 16:05:52 +03:00
Liudmila Mantrova
acd5afad81 DOC: fix commands in the how-to section 2020-04-09 16:28:30 +03:00
Grigory Smolkin
9679cae18b tests: some more ptrack fixes 2020-04-09 12:05:55 +03:00
Grigory Smolkin
b5aee7df03 tests: fixes for ptrack 2020-04-09 01:22:45 +03:00
Grigory Smolkin
96344e4be2 Readme: add reference to ptrack extension 2020-04-08 23:54:41 +03:00
Liudmila Mantrova
84ad9d422e DOC: fix grammar in new content 2020-04-08 16:53:01 +03:00
Liudmila Mantrova
3b2d152a9c DOC: fix link format for consistency 2020-04-07 16:57:45 +03:00
Liudmila Mantrova
8405c4e57e DOC: review retention-related pbk docs - PBCKP-95 2020-04-07 16:37:12 +03:00
gsmol
1f45bd634d
Merge pull request #194 from ololobus/travis
Travis CI integration
2020-04-07 01:35:39 +03:00
Alexey Kondratov
597021d4b3 Remove page backup tests from allow_failures list on travis 2020-04-06 18:57:04 +03:00
Alexey Kondratov
a0cb12cec3 Run travis tests for 9.5 as well 2020-04-06 18:11:02 +03:00
Alexey Kondratov
615dff5229 Travis CI integration 2020-04-06 17:08:14 +03:00
Dmitriy Kuzmin
cc8ba20965 add test test_parent_backup_made_by_newer_version 2020-04-06 21:00:12 +10:00
Dmitriy Kuzmin
3d836b2215 add probackup_version attribute to tests 2020-04-06 20:59:56 +10:00
Dmitriy Kuzmin
510c947753 compare parent backup version with current binary version while searching for valid ancestor 2020-04-06 20:59:10 +10:00
kuzmindb
42a4dbcb5d
Merge pull request #1 from postgrespro/master
sync upstream
2020-04-06 20:43:37 +10:00
Victor Spirin
ad419565cd Added deletion all childs with any status when deleting backup with specific status (--status) 2020-04-05 15:32:30 +03:00
Victor Spirin
accfc34e71 Added support --dry-run for --status option of delete command. Added check descendant status for deleted backups. 2020-04-05 00:20:43 +03:00
Grigory Smolkin
4d51c7f549 [Issue #143] review feedback implementation 2020-04-03 20:03:01 +03:00
Grigory Smolkin
4a94fdaa33 [Issue #143] Multi-timeline incremental chain 2020-04-03 18:08:53 +03:00
Grigory Smolkin
a196073944 [Issue #174] archive-push improvements: batching, multi-thread support, checksum computation on remote agent, use O_EXCL flag, --no-sync flag support 2020-03-25 00:19:46 +03:00
Victor Spirin
b3ac7469b2 [Issue #146] Test update for backup note 2020-03-25 00:16:53 +03:00
Grigory Smolkin
7054d42861 [Issue #120] report the number of deleted backups 2020-03-24 21:51:14 +03:00
Grigory Smolkin
9864f5816e [Issue #120] Review 2020-03-24 21:37:35 +03:00
Grigory Smolkin
d5d58f54a9 Merge branch 'master' into issue_120 2020-03-24 20:10:42 +03:00
Victor Spirin
544f49afb9 [Issue #146] Documentation update 2020-03-24 20:08:04 +03:00
Grigory Smolkin
943548c857 use setvbuf instead of setbuffer 2020-03-23 23:59:44 +03:00
Victor Spirin
2cf0c991f3 Added --note option for set-backup command. Fixed --note option for backup command. Added char *note field to pgSetBackupParams structure 2020-03-23 16:41:29 +03:00
Grigory Smolkin
0cef487f43 [Issue #187] test fix 2020-03-21 01:37:05 +03:00
Grigory Smolkin
803c607b46 [Issue #187] Do not wait for WAL segment, previous to WAL segment with START LSN, when running backup in archive mode 2020-03-20 21:40:40 +03:00
Victor Spirin
98c22cae46 Updated documentation and test for --status option of delete command 2020-03-17 21:48:43 +03:00
Grigory Smolkin
ffdf86d248 Readme: update 2020-03-17 13:09:34 +03:00
Victor Spirin
a365520a1c Removed --error-state option and added --status option for delete command 2020-03-16 19:44:35 +03:00
Grigory Smolkin
e124234b1d [Issue #182] test coverage 2020-03-15 19:02:35 +03:00
Grigory Smolkin
4a247e8311 [Issue #182] do not set remote parameters into config when running add-instance via ssh 2020-03-15 19:02:15 +03:00
Grigory Smolkin
925b7d588e [Issue #149] help update 2020-03-15 12:00:14 +03:00
Grigory Smolkin
3a2a56a300 [Issue #149] documentation update 2020-03-15 11:59:37 +03:00
Grigory Smolkin
c50b0b16f0 [Issue #149] test coverage 2020-03-14 21:42:50 +03:00
Grigory Smolkin
48e4427f6b [Issue #149] add option -S | --primary-slot-name 2020-03-14 21:42:25 +03:00
Grigory Smolkin
2fe9ec22ed [Issue #149] Documentation update 2020-03-14 21:40:58 +03:00
Grigory Smolkin
5a715305ca Merge branch 'master' into issue_149 2020-03-14 17:53:14 +03:00
Grigory Smolkin
86fd79512a [Issue #172] Optimize remote backup in PAGE and PTRACK modes 2020-03-14 14:35:57 +03:00