1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-01 09:51:43 +02:00
Commit Graph

2035 Commits

Author SHA1 Message Date
Grigory Smolkin
88fed2b424 tests: add suit of basic tests 2019-05-28 12:41:03 +03:00
Grigory Smolkin
8514420c3f tests: minor changes 2019-05-28 11:22:58 +03:00
Grigory Smolkin
d436270b8e tests: minor fixes 2019-05-28 11:11:41 +03:00
gsmol
1864480380
Merge pull request #77 from postgrespro/issue_67
[Issue #67]: permission mask is not preserved by restore
2019-05-27 19:01:31 +03:00
gsmol
f217a14b71
Merge pull request #75 from postgrespro/issue_74
[Issue #74] strict behavior for copy_file and backup_data_file()
2019-05-27 18:47:42 +03:00
Grigory Smolkin
ca02ecade0 limit tablespace permissions kludge to only PG11 2019-05-27 18:22:25 +03:00
Konstantin Knizhnik
c594704395 [Issue #62] Replace pgwin32_safestat with fio_safestat 2019-05-27 18:00:59 +03:00
Grigory Smolkin
64d5d32fff improve comments in create_data_directories() 2019-05-27 16:57:46 +03:00
Anastasia
b09140af4d remove unused function: create_data_directories_manual() 2019-05-27 16:05:00 +03:00
Grigory Smolkin
ead629bfa7 Issue 67: permission mask is not preserved by restore 2019-05-27 11:27:43 +03:00
Grigory Smolkin
db10096f0f Issue 74: copy_file and backup_data_file() always treat missing source file as non-error condition 2019-05-24 15:12:15 +03:00
Grigory Smolkin
84c6fd4101 README: bump current version 2019-05-24 15:07:23 +03:00
Grigory Smolkin
64d0443057 tests: add property pg_config_version 2019-05-24 00:40:42 +03:00
Grigory Smolkin
420a527a65 tests: added checkdb.CheckdbTest.test_checkdb_sigint_handling 2019-05-23 20:28:46 +03:00
Grigory Smolkin
3b9d6c4d3a tests: added remote.RemoteTest.test_remote_sanity 2019-05-23 16:52:15 +03:00
Arthur Zakirov
2fd3457738 Fix help: --remote-proto default value is ssh 2019-05-23 12:25:55 +03:00
Grigory Smolkin
6a64e5640e tests: added validate.ValidateTest.test_validation_after_backup 2019-05-23 11:58:28 +03:00
Grigory Smolkin
c3c05e83b6 README: add to limitions notice about incremental chains and timelines 2019-05-23 11:58:01 +03:00
Grigory Smolkin
7f21f63bb0 bugfix: allow restore of DELTA backup to skip unchanged non-data files 2019-05-23 11:53:32 +03:00
Grigory Smolkin
ac4ea5e731 bugfix: exit with error if validation after backup found corruption 2019-05-23 11:51:03 +03:00
Grigory Smolkin
d27835dd7d bugfix: disappeared during backup files could give a false-positive alarm by validation. Issue #72 2019-05-23 11:42:12 +03:00
Grigory Smolkin
00cbcc8160 tests: fixes 2019-05-23 11:29:00 +03:00
Grigory Smolkin
5cf1556984 tests: added restore.RestoreTest.test_lost_non_data_file 2019-05-22 22:15:40 +03:00
Arthur Zakirov
ad20823ccf Use pgFileComparePathWithExternalDesc for to_files during merging files 2019-05-22 14:41:21 +03:00
Grigory Smolkin
21230cbb6c Release 2.1.2 2019-05-22 13:04:19 +03:00
Grigory Smolkin
0bac131d7a tests: added external.ExternalTest.test_external_merge_3 2019-05-22 11:34:21 +03:00
Grigory Smolkin
486cdc274b tests: added restore.RestoreTest.test_restore_concurrent_drop_table 2019-05-21 19:29:49 +03:00
Grigory Smolkin
92a73d1ce2 tests: added restore.RestoreTest.test_pg_10_waldir 2019-05-21 19:28:00 +03:00
Grigory Smolkin
18cfcdd236 tests: minor fix 2019-05-21 17:56:22 +03:00
Grigory Smolkin
0493eabfd6 tests: added backup.BackupTest.test_backup_concurrent_drop_table and compatibility.CompatibilityTest.test_backup_concurrent_drop_table 2019-05-21 17:54:23 +03:00
Arthur Zakirov
ebeebcaffa Get last valid WAL record correctly using sorted thread_args array 2019-05-20 11:28:51 +03:00
Grigory Smolkin
aa1812eec1 tests: added tests.delete.DeleteTest.test_delete_wal_between_multiple_timelines 2019-05-18 18:44:05 +03:00
Grigory Smolkin
a02fec70d4 Readme: small fix 2019-05-17 18:09:59 +03:00
Grigory Smolkin
83773d260e README: add link to Windows installers 2019-05-17 18:07:15 +03:00
Grigory Smolkin
c88cf22c13 tests: added restore.RestoreTest.test_pg_11_group_access 2019-05-14 02:28:37 +03:00
Grigory Smolkin
e1c4f8fcd0 remove noninformative elog messages in restore 2019-05-13 20:23:21 +03:00
Grigory Smolkin
f697d57c9a bugfix: do not use find_my_exec(), because it is relying on PATH, which can be unavailable. More details: https://github.com/postgrespro/pg_probackup/issues/39 2019-05-13 19:44:20 +03:00
Arthur Zakirov
e7d4c248c3 Merge branch 'issue_63' 2019-05-07 10:37:14 +03:00
Grigory Smolkin
16dca32efd tests minor cleanup 2019-05-07 00:09:27 +03:00
Grigory Smolkin
bd6c601de9 Merge branch 'master' into issue_63 2019-05-06 21:22:53 +03:00
Grigory Smolkin
1e1daa0079 tests: added tests.external.ExternalTest.test_smart_restore_externals 2019-05-06 21:22:16 +03:00
Grigory Smolkin
cdc42241b3 Merge branch 'master' into issue_63 2019-05-06 21:13:15 +03:00
Grigory Smolkin
c9c55590b0 tests: fix typo 2019-05-06 19:21:22 +03:00
Grigory Smolkin
5b53945751 tests: fixed tests.merge.MergeTest.test_failed_merge_after_delete 2019-05-06 19:18:19 +03:00
Grigory Smolkin
f07c0ae2b8 tests: added tests.merge.MergeTest.test_failed_merge_after_delete and tests.merge.MergeTest.test_failed_merge_after_delete_1 2019-05-06 18:05:54 +03:00
Arthur Zakirov
0ee0226b82 Merge remote-tracking branch 'origin/master' into issue_63 2019-05-06 17:51:41 +03:00
Anastasia
85afe5a273 Merge branch 'refactoring_after_2.1.1' 2019-05-06 17:12:35 +03:00
Grigory Smolkin
9af4f5ff81 Merge branch 'master' into issue_63 2019-05-06 16:23:19 +03:00
Grigory Smolkin
87f28e76fd tests: added restore.RestoreTest.test_smart_restore 2019-05-06 16:14:24 +03:00
Grigory Smolkin
b6dcb82d46 README: Windows is considered stable 2019-05-06 16:12:56 +03:00