1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-25 09:01:48 +02:00
Commit Graph

2835 Commits

Author SHA1 Message Date
Alexey Kondratov
f3d22bfe90 Use pg_ptrack_get_block() only with ptrack <2.0.0 2020-05-19 19:37:50 +03:00
Alexey Kondratov
d5b15e1d7c Check for ptrack.map_size = -1 for ptrack >= 2.1 2020-05-19 19:37:50 +03:00
Alexey Kondratov
3880d60921 Change a way of setting up python environment 2020-05-19 19:37:50 +03:00
Alexey Kondratov
0da843c073 Skip test_ptrack_get_block for ptrack 2.* 2020-05-19 19:37:50 +03:00
Alexey Kondratov
01dc9cf062 Adopt ptrack 2.1 public API changes 2020-05-19 19:37:50 +03:00
Alexey Kondratov
ad34a1d53c Teach pg_probackup to work with ptrack 2.1 2020-05-19 19:37:50 +03:00
Alexey Kondratov
8d1b5df07c Correct expected error message in the test_ptrack_pg_resetxlog 2020-05-19 19:37:50 +03:00
Grigory Smolkin
1475a5dc55 [Issue #205] fix some tests 2020-05-19 19:29:05 +03:00
Grigory Smolkin
9bf20803b2 [Issue #205] Avoid opening remote files via fio_open when copying files during backup 2020-05-19 19:27:01 +03:00
Dmitriy Kuzmin
8b46ef5d4b Do not validate backup, if binary is compiled with different PG version 2020-05-18 19:50:58 +10:00
Grigory Smolkin
f538183098 Merge branch 'master' into release_2_4 2020-05-18 01:42:10 +03:00
Grigory Smolkin
50e1f77faa tests: minor improvemnt for "merge" module 2020-05-18 01:40:37 +03:00
Grigory Smolkin
6ed7350af4 [Issue #153] Optimize memory consumption: get rid of pgFile.path and pgFile.forkname, use pgFile.rel_path substring for pgFile.name 2020-05-18 01:29:04 +03:00
Grigory Smolkin
7d8dd3652e [Issue #206] Improve 'Setting up STREAM Backups' documentation section by, add note about '.pgpass' file 2020-05-15 20:36:26 +03:00
Grigory Smolkin
74e92823b0 Readme: update version to 2.3.3 2020-05-15 18:14:50 +03:00
Grigory Smolkin
6a736c2db6 Version 2.3.3 2020-05-14 18:00:29 +03:00
Grigory Smolkin
884dd528a5 [Issue #204] Enforce "no-forward-compatibility" policy on remote agent 2020-05-14 17:43:39 +03:00
Grigory Smolkin
612e928d1b [Issue #203] change error message wording 2020-05-14 15:33:24 +03:00
Grigory Smolkin
b0e90be2c2 tests: minor fixes 2020-05-14 13:27:17 +03:00
Grigory Smolkin
74543d32f7 Merge branch 'master' into issue_203 2020-05-14 12:56:33 +03:00
Grigory Smolkin
7bc8f49081 tests: added tests.backup.BackupTest.test_drop_db_during_full_backup 2020-05-14 12:54:17 +03:00
Grigory Smolkin
da98b27453 [Issue #203] error out if FIO_FDMAX is exceeded in fio_opendir 2020-05-14 12:46:34 +03:00
Grigory Smolkin
200e47b394 [Issue #203] error out if FIO_FDMAX is exceeded in fio_open 2020-05-14 12:41:11 +03:00
Grigory Smolkin
b33f93c3d9 Merge branch 'master' into issue_203 2020-05-14 12:22:05 +03:00
Grigory Smolkin
9570db096e [Issue #203] Fix 2020-05-14 02:05:06 +03:00
Grigory Smolkin
04d1ec93fc tests: added tests.backup.BackupTest.test_drop_rel_during_full_backup 2020-05-13 23:51:01 +03:00
Grigory Smolkin
cddc778024 [Issue #203] test coverage 2020-05-13 17:10:47 +03:00
Grigory Smolkin
6a1931faf2 Readne: update "Limitations" section 2020-05-13 02:15:26 +03:00
Grigory Smolkin
2c711bd57b [Issue #204] Make version check of remote agent more robust 2020-05-12 22:14:29 +03:00
Grigory Smolkin
497f5b2e9e [Issue #204] Fix agent version check 2020-05-12 19:53:44 +03:00
Grigory Smolkin
f39ef5fa7f Readme: update for 2.3.2 2020-05-12 17:26:54 +03:00
Grigory Smolkin
77e99179af Version 2.3.2 2020-05-11 21:24:51 +03:00
Grigory Smolkin
7d0add5ad6 tests: fixes 2020-05-11 21:23:25 +03:00
Grigory Smolkin
e373754988 [Issue #203] documentation update 2020-05-11 17:33:45 +03:00
Grigory Smolkin
73efc0bec8 [Issue #203] test coverage 2020-05-11 15:25:29 +03:00
Grigory Smolkin
9b0922c6b7 [Issue #203] Add new pgBackup attribute 'content-crc', containing crc of backup_content.control file, to detect corruption 2020-05-11 15:06:07 +03:00
Grigory Smolkin
e368eb7380 [Issue #203] Refactoring of write_backup_filelist() 2020-05-09 01:11:18 +03:00
Grigory Smolkin
b0cbba8417 [Issue #203] avoid backup stalling because of frequent metadata flushing 2020-05-08 20:24:13 +03:00
Grigory Smolkin
b949231b93 [Issue #201] check fseek return code 2020-05-07 16:21:26 +03:00
Grigory Smolkin
26a834b44c [Issue #201] fix alignment when skipping block during restore 2020-05-06 02:30:13 +03:00
Grigory Smolkin
46c7f921a9 [Issue #201] WIP 2020-05-06 02:14:32 +03:00
Grigory Smolkin
596d08b9e2 fix for Readme 2020-05-03 23:05:50 +03:00
Grigory Smolkin
3ea7b02ef5 Readme: update for 2.3.1 2020-05-03 23:03:55 +03:00
Grigory Smolkin
5bdfd0fe5c Version 2.3.1 2020-05-03 00:02:16 +03:00
Grigory Smolkin
53f9d283d7 tests: some more fixes for 2.3.1 2020-05-03 00:02:11 +03:00
Grigory Smolkin
60fba17221 tests: added tests.merge.MergeTest.test_multi_timeline_merge 2020-05-02 21:29:35 +03:00
Grigory Smolkin
c0f33fc687 bugfix: full backup, produced by merge of multi-timeline chain, now correctly inherits timeline ID of destination backup 2020-05-02 21:29:01 +03:00
Grigory Smolkin
96090b2522 tests: some more fixes 2020-05-02 14:43:50 +03:00
Grigory Smolkin
6247ba4f53 tests: fixes 2020-05-02 14:20:50 +03:00
Grigory Smolkin
0f0aa42d15 tests: update for tests.page.PageTest.test_multi_timeline_page 2020-05-01 14:13:08 +03:00