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

1879 Commits

Author SHA1 Message Date
Sergey Cherkashin
92788fe4b3 Use palloc0() instead of palloc() when working with external directories 2019-02-13 13:07:24 +03:00
Grigory Smolkin
e225bb830b PGPRO-421 tests: test_external_backward_compatibility() added, minor fixes 2019-02-13 11:42:48 +03:00
Grigory Smolkin
fb5046343f tests: in test_minrecpoint_on_replica() wait a bit longer for shared buffer to fill in with dirty data 2019-02-12 20:10:04 +03:00
Grigory Smolkin
8bbf1f44c6 tests: minor fixes and comments for test_minrecpoint_on_replica() 2019-02-12 20:03:44 +03:00
Grigory Smolkin
841e608fa7 PGPRO-2068: tests for block from future 2019-02-12 19:52:52 +03:00
Sergey Cherkashin
512ae2ffd1 Merge branch 'master' into PGPRO-421 2019-02-12 17:23:58 +03:00
Sergey Cherkashin
dbefa9e183 Rename feature from "extra directories" to "external directories" 2019-02-12 17:19:18 +03:00
Sergey Cherkashin
a12fe744f9 Make possible to backup database dir as exrta dir 2019-02-11 20:29:52 +03:00
Grigory Smolkin
687677fa92 Merge branch 'pgpro_2370' 2019-02-11 20:15:50 +03:00
Grigory Smolkin
d7f51ac855 tests: another minor fix for snapfs 2019-02-11 20:14:00 +03:00
Grigory Smolkin
8b8337047c tests: minor fix 2019-02-11 20:04:33 +03:00
Arthur Zakirov
c052651b8c PGPRO-2432: Expand 04a7d45647 to usual files 2019-02-11 19:09:21 +03:00
Anastasia
0220ae5146 Merge branch 'master' into pgpro_2370 2019-02-11 18:23:51 +03:00
Anastasia
5c247d0ffa treat snap files as not datafiles.
fix a typo in snapfs.py
2019-02-11 18:14:31 +03:00
Sergey Cherkashin
14f48dcefb Throw an error when during a restore operation the user tries to remap
an external directory that is not in the destination backup
2019-02-11 18:07:12 +03:00
Arthur Zakirov
04a7d45647 PGPRO-2432: Improve reading of compressed WAL's if Postgrestries to read same record many times 2019-02-11 15:16:59 +03:00
Grigory Smolkin
bed0a45121 minor bugfix: dissapeared during backup files were marked as 'not changed', now such files are removed from backup_list at the end of the backup 2019-02-09 12:19:41 +03:00
Grigory Smolkin
10b8db397a tests: minor fix to restore tests 2019-02-09 02:30:22 +03:00
Grigory Smolkin
628cdce778 PGPRO-2425: previously successfull restore was relying on that there are no failed backups between base_full_backup and dest_backup, it could lead to false-positive validation or restore errors despite the fact that parent chain is valid. There even was a small chance of data corruption: if between base_full_backup and dest_backup were located backups from parallel chain. TLDR: restore was rolling backups blindly. See test test_restore_chain_with_corrupted_backup() for an example. 2019-02-09 02:15:06 +03:00
Grigory Smolkin
2028275c10 PGPRO-2425: tests test_restore_chain_with_corrupted_backup() and test_restore_chain() added 2019-02-09 01:59:43 +03:00
Grigory Smolkin
c3cf4d31fa tests: disable fsync 2019-02-08 09:34:54 +03:00
Grigory Smolkin
9256d32e8e tests: added test_drop_rel_during_backup_delta(), test_drop_rel_during_backup_page() and test_drop_rel_during_backup_ptrack() 2019-02-07 20:23:38 +03:00
Grigory Smolkin
eae31a1867 write START LSN to backup meta after pg_start_backup execution 2019-02-04 16:48:14 +03:00
Grigory Smolkin
ace4ca29ae PGPRO-2407: Time for RUNNING backup now calculated on the fly 2019-02-04 16:12:07 +03:00
Konstantin Knizhnik
35f2b5b636 Undo occasional change in .gitignore 2019-02-03 09:09:31 +03:00
Konstantin Knizhnik
ad8d5b6f12 More accurately store checksum in page header 2019-02-02 09:46:19 +03:00
Konstantin Knizhnik
89c01d20c3 Check page checksums for all pages of remote delta backup 2019-02-01 23:22:16 +03:00
Konstantin Knizhnik
9c27c4d928 Add more comments 2019-02-01 20:00:09 +03:00
Grigory Smolkin
62c2028a0f tests: support remote tests 2019-02-01 19:32:48 +03:00
Konstantin Knizhnik
f5a7ba34d2 [refer #PGPRO-1745] Fix PREAD agent command 2019-02-01 16:17:12 +03:00
Konstantin Knizhnik
df4ede9812 [refer #PGPRO-1745] Do not send SIGTERM to agent 2019-01-31 23:13:16 +03:00
Grigory Smolkin
29d6210408 tests: test_remote_1() added 2019-01-31 20:27:41 +03:00
Grigory Smolkin
54d05f7084 Merge branch 'master' into remote_pull 2019-01-31 19:48:41 +03:00
Grigory Smolkin
34cb9169c4 tests: module remote added 2019-01-31 19:47:44 +03:00
Grigory Smolkin
2c08cb2c2f tests: test_locking_simple_2() added 2019-01-31 18:57:28 +03:00
Grigory Smolkin
50f5e5013a tests: minor fix in test_locking_simple() 2019-01-31 18:44:26 +03:00
Grigory Smolkin
0b520603a7 Merge branch 'master' into pgpro-1918 2019-01-31 16:31:29 +03:00
Grigory Smolkin
282cf11b30 tests: test_locking_simple() added 2019-01-31 16:31:11 +03:00
Grigory Smolkin
8063652248 Merge branch 'master' into pgpro-1918 2019-01-31 12:04:48 +03:00
Grigory Smolkin
abf646d0d9 tests: module "locking" added 2019-01-31 12:03:02 +03:00
Konstantin Knizhnik
6e46ff1042 Disable compression in SSH 2019-01-30 19:57:02 +03:00
Konstantin Knizhnik
06528021f8 Disable SSH password authentication for multiple SSH sessions 2019-01-28 18:22:35 +03:00
Konstantin Knizhnik
5d1d8bdad7 [refer #1745] Fix ARCHIVE PUSH command 2019-01-28 16:05:36 +03:00
Konstantin Knizhnik
f2945214e5 Merge branch 'remote_pull' of git.postgrespro.ru:pgpro-dev/pg_probackup into remote_pull 2019-01-27 22:20:35 +03:00
Konstantin Knizhnik
599cce7c22 no_argument for short boolean options 2019-01-27 22:20:22 +03:00
Grigory Smolkin
7a90741d75 tests: fix merge 2019-01-27 18:35:57 +03:00
Grigory Smolkin
c237f95dab Merge branch 'master' into remote_pull 2019-01-27 17:55:02 +03:00
Konstantin Knizhnik
2e9ea2b2b5 Revert commit e02b7f7c9 2019-01-27 09:43:22 +03:00
Konstantin Knizhnik
3bedd3b639 Remove walmethods 2019-01-27 01:11:52 +03:00
Konstantin Knizhnik
f7e2a7a8cb Some minor fixes 2019-01-26 23:56:53 +03:00