1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00
Commit Graph

2875 Commits

Author SHA1 Message Date
Grigory Smolkin
24c3874397 tests: added tests.replica.ReplicaTest.test_replica_switchover 2020-08-27 17:34:35 +03:00
Grigory Smolkin
6f52d88375 [Issue #251] use correct timeline ID when running instance validation with multitimeline incremental chains 2020-08-27 17:29:49 +03:00
Grigory Smolkin
e4e72db857 include ptrack.map into backup 2020-08-26 12:01:18 +03:00
Grigory Smolkin
a3de01fcf4 DOC: ptrack1 is deprecated 2020-08-25 18:27:19 +03:00
Grigory Smolkin
fc74e7dc2f Merge branch 'ptrack_to_delta' 2020-08-25 13:59:39 +03:00
Grigory Smolkin
8b43cae3a8 tests: ptrack2 support for PG11 2020-08-24 19:01:35 +03:00
Grigory Smolkin
066bb50274 tests: added tests.ptrack.PtrackTest.test_ptrack_stop_pg 2020-08-19 14:05:55 +03:00
Grigory Smolkin
b7a4439433 [Issue #246] added tests.exclude.ExcludeTest.test_exclude_temp_files 2020-08-14 14:47:02 +03:00
anastasia
29f28e5588 Disable incremental backups with ptrack 1.X, as it is unsafe.
Instead of throwing an error, throw a warning and fall back to performing DELTA backup, as we don't want to break existing scripts.
2020-08-06 19:20:26 +03:00
Grigory Smolkin
1d87d9ffdd Merge branch 'master' of https://github.com/postgrespro/pg_probackup 2020-08-06 16:51:32 +03:00
Dmitry Maslyuk
801de81b69 PGPRO-4075: Fixed build rules to improve stability 2020-07-29 23:47:46 +03:00
Alexey Kondratov
93f0f5e6cd Update error message inside test_ptrack_pg_resetxlog 2020-07-22 16:35:11 +03:00
Grigory Smolkin
970bd02b11 tests: added tests.ptrack.PtrackTest.test_ptrack_eat_my_data 2020-07-17 12:08:23 +03:00
Grigory Smolkin
f5879a4864 [Issue #241] for ptrack 1.x compare ptrack_control LSN with previous backup StopLSN 2020-07-17 12:00:13 +03:00
Grigory Smolkin
4849767e31 DOC: fix typo 2020-07-10 15:51:11 +03:00
Grigory Smolkin
814700126d tests: fix streaming in tests.incr_restore.IncrRestoreTest.test_basic_incr_restore_sanity 2020-07-06 14:05:13 +03:00
Grigory Smolkin
075346b038 Readme: added debuginfo packages for SUSE 2020-07-03 15:11:21 +03:00
Grigory Smolkin
25309e4d94 Readme: use https instead http for SUSE repo 2020-07-03 14:09:54 +03:00
Grigory Smolkin
718e9febf8 Readme: add SUSE installation instructions 2020-07-03 14:04:56 +03:00
Grigory Smolkin
8db55b42ae make compiler happy 2020-07-01 03:07:46 +03:00
Grigory Smolkin
7fc70c85f2 Version 2.4.2 2020-07-01 00:27:58 +03:00
Grigory Smolkin
f941a7a68e add comment about pending improvement of pgFileInit 2020-07-01 00:26:02 +03:00
Grigory Smolkin
c89f87b8db fix args for fio_send_pages 2020-06-29 22:45:06 +03:00
Grigory Smolkin
fb3417868b Readme: remove current release section 2020-06-29 18:36:48 +03:00
Grigory Smolkin
3963313e31 bugfix: message for getting agent version must have the smallest serial number 2020-06-29 16:36:14 +03:00
Grigory Smolkin
5ed94447b3 bugfix: correctly calculate wal-bytes for STREAM backups 2020-06-25 22:58:27 +03:00
Grigory Smolkin
9622b239c4 Readme: update 2020-06-25 16:00:17 +03:00
Grigory Smolkin
ced96b2387 Version 2.4.1 2020-06-24 22:46:11 +03:00
Grigory Smolkin
5a41524251 tests: improve test coverage of partial incremental restore case 2020-06-24 22:42:35 +03:00
Grigory Smolkin
678237080f disable in-place merge if backup versions are different 2020-06-24 22:41:23 +03:00
Grigory Smolkin
dfcf2d4bf9 tests: fix external tests for Windows 2020-06-23 23:07:53 +03:00
Grigory Smolkin
6ec34f8344 fix file delete on Windows 2020-06-23 20:06:38 +03:00
Grigory Smolkin
852c993231 tests: improve node cleanup in "incr_restore" module 2020-06-23 18:44:41 +03:00
Grigory Smolkin
b6900aa3ff quick fix 2020-06-23 18:14:27 +03:00
Grigory Smolkin
173486cf81 Fix fopen flags for Windows 2020-06-23 18:11:57 +03:00
Grigory Smolkin
339bd6d37c Revert "fix stdio buffering issue for Windows"
This reverts commit de794064b5.
2020-06-23 18:06:21 +03:00
Grigory Smolkin
c6c43f65b4 Revert "Additional fix for Windows"
This reverts commit 97ef6db6af.
2020-06-23 18:06:12 +03:00
Grigory Smolkin
0aad77e959 tests: minor fix in "incr_restore" module 2020-06-23 17:31:52 +03:00
Grigory Smolkin
97ef6db6af Additional fix for Windows 2020-06-23 17:27:22 +03:00
Grigory Smolkin
de794064b5 fix stdio buffering issue for Windows 2020-06-23 15:31:23 +03:00
Grigory Smolkin
fe5dd3591e fix in remote file removing for Windows 2020-06-23 12:32:08 +03:00
Grigory Smolkin
5fa64b9609 tests: minor fixes 2020-06-23 12:16:21 +03:00
Grigory Smolkin
425b0a437a fix some elog messages 2020-06-23 00:37:00 +03:00
Grigory Smolkin
d72f2d8dd2 new tests for module 'incr_restore' 2020-06-23 00:17:22 +03:00
Grigory Smolkin
0445bc6e09 documentation minor fix 2020-06-23 00:16:08 +03:00
Grigory Smolkin
f5e7e335c4 [Issue #66] Correctly handle zero-sized nonedata files during incremental restore 2020-06-23 00:15:37 +03:00
Grigory Smolkin
9f227cc78f [Issue #229] In 'remote operations' section add requirement about programm version 2020-06-22 19:20:49 +03:00
Grigory Smolkin
c3cc6a0447 replcate truncate with ftruncate 2020-06-22 18:57:10 +03:00
Grigory Smolkin
cf99f6dc77 another Window fix 2020-06-22 18:44:18 +03:00
Grigory Smolkin
aed8260bf8 [Issue #213] fix compiling on Windows 2020-06-22 18:39:01 +03:00