1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-07 13:40:17 +02:00
Commit Graph

2171 Commits

Author SHA1 Message Date
Anastasia
48959dc131 Merge branch 'backup_content_control_updates' 2019-06-14 17:36:47 +03:00
Grigory Smolkin
d28ea728c4 fix missing streamed WAL segments 2019-06-14 13:12:34 +03:00
Anastasia
19c30a8997 code cleanup: remove unneeded backuped variable 2019-06-14 11:58:33 +03:00
Grigory Smolkin
6e0c213029 change elevel of "Create directory" message to VERBOSE 2019-06-14 01:24:22 +03:00
Anastasia
594badfe2f Merge branch 'doc_markdown' 2019-06-13 17:58:11 +03:00
Anastasia Lubennikova
5a739fa6e2 Update Documentation.md 2019-06-13 17:57:39 +03:00
Anastasia Lubennikova
a1f2f1f85a Update Documentation.md 2019-06-13 17:49:02 +03:00
Anastasia Lubennikova
4cbd8fbb40 Update Documentation.md 2019-06-13 17:34:15 +03:00
Anastasia
bc0952a959 add Documentaion.md 2019-06-13 17:32:43 +03:00
Anastasia
52a5487025 code cleanup 2019-06-11 18:53:29 +03:00
Anastasia
8ea9bcac87 remove duration variable as unrelated to this feature,
code cleanup.
2019-06-11 18:50:35 +03:00
Anastasia
6f2d3f5cc5 use data_bytes field instead of introducing new one 2019-06-11 18:04:02 +03:00
Anastasia
096a12b9bc add size and duration fields to backup.control.
update it during backup every 10 seconds
2019-06-11 14:29:10 +03:00
Anastasia
7ef294501a write only completed files to backup_content_control of running backup 2019-06-11 12:58:50 +03:00
Grigory Smolkin
dd2d85d11f tests: added truncate_every_file_in_dir 2019-06-10 20:56:01 +03:00
Anastasia
66a1c643d5 update backup_content.control during backup;
implement buffered write of backup_content.control
2019-06-07 22:22:26 +03:00
Grigory Smolkin
e66d96ac16 Readme: minor fix 2019-06-06 19:17:01 +03:00
Grigory Smolkin
29bbcf9b82 tests: minor fixes 2019-06-05 16:41:36 +03:00
Grigory Smolkin
5814327593 tests: fix backup.BackupTest.test_sigint_handling 2019-06-05 12:51:00 +03:00
Grigory Smolkin
2050cc0350 tests: fix module pgpro2068 2019-06-05 01:43:55 +03:00
Grigory Smolkin
c92e10d52b tests: added validate.ValidateTest.test_validate_corrupt_tablespace_map 2019-06-04 21:12:20 +03:00
Grigory Smolkin
bcb3a04757 bugfix: enforce permission mask from backup_content.control when copying non-data file 2019-06-04 13:42:09 +03:00
Grigory Smolkin
513bc487c2 tests: remove psycopg2 2019-06-01 15:00:32 +03:00
Grigory Smolkin
b4442c5762 tests: added external.ExternalTest.test_external_validation 2019-06-01 12:07:09 +03:00
Anastasia
30126c6eb5 Refactoring of checkdb. Move code to a separate file, improve error messages 2019-05-31 18:15:43 +03:00
Arthur Zakirov
a9bbff9fa4 Wait for previous segment in case of invalid stop_lsn 2019-05-31 12:43:53 +03:00
Grigory Smolkin
2ac21b541d Release 2.1.3 2019-05-30 14:19:02 +03:00
Grigory Smolkin
2d7e60f9b1 tests: minor fixes 2019-05-29 18:49:38 +03:00
Grigory Smolkin
0fa0ec2d8c Readme: update instruction about installing debug packages 2019-05-29 18:48:57 +03:00
Grigory Smolkin
fcc1c4b939 tests: fix checkdb tests 2019-05-29 12:09:53 +03:00
Grigory Smolkin
64550a6675 tests: added backup.BackupTest.test_basic_missing_dir_permissions and backup.BackupTest.test_basic_missing_file_permissions 2019-05-28 22:37:12 +03:00
Grigory Smolkin
4d5ed22541 fix stat() macro 2019-05-28 22:10:21 +03:00
Grigory Smolkin
284613bb2f tests: added tests.backup.BackupTest.test_drop_table 2019-05-28 19:51:19 +03:00
Grigory Smolkin
b2fdd73999 [Issue #65] Improvement of merge crash safety, previously FULL backup would gain OK status before changing of start_time. If crash happens here, then in rare case of FULL backup having multiple children it could lead to data corruption when restoring one of such children 2019-05-28 17:59:17 +03:00
Grigory Smolkin
1b0eb68694 tests: fix pgpro2068 2019-05-28 17:50:03 +03:00
Victor Spirin
d38b5e6ece Removed libpgfeutils.lib from Windows project 2019-05-28 14:09:52 +03:00
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