1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-04 10:44:46 +02:00
Commit Graph

2117 Commits

Author SHA1 Message Date
Grigory Smolkin
a5eb8db914 [Issue #92] Refactoring of catalog_get_last_data_backup(). First we look for latest valid FULL backup, he is the chain ancestor. Then latest valid child of chain ancestor becomes the parent of current backup. 2019-06-27 19:43:03 +03:00
Grigory Smolkin
4217bc2c22 [Issue #92] Overlapping chains and retention redundancy 2019-06-27 13:09:42 +03:00
Grigory Smolkin
54737fb8f4 tests: added retention.RetentionTest.test_retention_redundancy_overlapping_chains 2019-06-27 01:41:21 +03:00
Grigory Smolkin
3ce65d2eb7 Documentation: quick fix 2019-06-25 18:00:45 +03:00
Grigory Smolkin
f2a17b6ce0 Documentation: fix headings 2019-06-25 17:59:13 +03:00
Grigory Smolkin
989d7bc77b Documentation: minor fix 2019-06-25 13:21:02 +03:00
Grigory Smolkin
73e2c861ca Documentation: final fixes 2019-06-25 01:51:06 +03:00
Grigory Smolkin
e2e12bf15d Documentation: style minor fixes 2019-06-25 01:06:58 +03:00
Grigory Smolkin
7ff166539d Documentation: style minor fixes 2019-06-25 01:04:54 +03:00
Grigory Smolkin
8de99afbb0 Documentation: style minor fixes 2019-06-25 00:52:03 +03:00
Grigory Smolkin
8ad309aae9 Documentation: minor fixes 2019-06-25 00:43:48 +03:00
Grigory Smolkin
341b612520 tests: added tests.backup.BackupTest.test_backup_with_least_privileges_role 2019-06-24 20:08:03 +03:00
Grigory Smolkin
16d6924f47 Documentation: add section "Setting up Cluster Verification" 2019-06-24 13:45:05 +03:00
Grigory Smolkin
223b4e5026 Readme: add link to Documentation.md 2019-06-24 01:45:28 +03:00
Grigory Smolkin
dd85a421dc update Documentation 2019-06-24 01:41:05 +03:00
Grigory Smolkin
648ccab43b update to Documentation 2019-06-24 00:39:44 +03:00
Grigory Smolkin
827562e0c1 minor fixes to Documentation 2019-06-24 00:30:00 +03:00
Grigory Smolkin
1c06ec1f10 minor fixes to Documentation 2019-06-24 00:16:03 +03:00
Grigory Smolkin
4e54fce522 minor fixes to Documentation 2019-06-24 00:15:12 +03:00
Grigory Smolkin
c58e537d10 minor fixes to Documentation 2019-06-24 00:03:24 +03:00
Grigory Smolkin
dc754c61ab minor fixes to Documentation 2019-06-23 23:39:47 +03:00
Grigory Smolkin
53b0fbaea9 minor fixes to Documentation 2019-06-23 23:09:09 +03:00
Grigory Smolkin
da00777bdf minor fixes to Documentation 2019-06-23 23:05:08 +03:00
Grigory Smolkin
637724920d add section "Verifying a Cluster" to Documentation 2019-06-23 22:55:05 +03:00
Grigory Smolkin
60fcc3b097 update Documentation 2019-06-23 20:34:45 +03:00
Grigory Smolkin
7be04839d9 update Documentation 2019-06-23 16:46:30 +03:00
Grigory Smolkin
b4c41303bc update Documentation 2019-06-23 13:11:10 +03:00
Grigory Smolkin
107050800b update Documentation 2019-06-23 12:32:49 +03:00
Grigory Smolkin
253701f622 update Documentation 2019-06-23 05:05:01 +03:00
Grigory Smolkin
5c09b69d22 minor improvement: use unsigned instead of float for backup time window 2019-06-21 17:46:53 +03:00
Grigory Smolkin
842f7bcc7b add "--help" option to all commands in help_pg_probackup() 2019-06-21 15:13:32 +03:00
Grigory Smolkin
9d2a7a7ca1 update Documentation 2019-06-20 20:49:42 +03:00
Grigory Smolkin
b1413d5d60 bugfix: during backup do not close file if file size is not the mulptiple of BLCKSZ 2019-06-20 18:57:47 +03:00
Konstantin Knizhnik
835b5e4185 Fix returning errno in remote backup 2019-06-20 18:39:11 +03:00
Grigory Smolkin
e28e34c6e8 minor fix: report correct remote mode if remote-host is not NULL and remote-proto is "none" 2019-06-20 18:20:09 +03:00
Grigory Smolkin
f6ec367700 tests: fixes for ".partial" tests 2019-06-20 16:39:54 +03:00
Arthur Zakirov
e163c4504c Rename dubious pg_probackup variable into PROGRAM_NAME_FULL 2019-06-20 11:48:06 +03:00
Grigory Smolkin
66ad28201e tests: for ".partial" WAL file 2019-06-20 06:54:11 +03:00
Konstantin Knizhnik
68d6b3b3f0 Correctly handle spaces in path for remote backup 2019-06-19 19:43:43 +03:00
Arthur Zakirov
04d396dc7c Fix error message during files merging 2019-06-19 17:37:35 +03:00
Grigory Smolkin
2e20bd28fe minor fix: wrong order of arguments in elog() messages about unexpected file checksumm and file size 2019-06-19 15:31:52 +03:00
Grigory Smolkin
e495a9a76d minor improvement: parent TLI in FULL backups now always equal to zero 2019-06-18 20:57:08 +03:00
Grigory Smolkin
5c751cbac7 tests: fix tests.validate.ValidateTest.test_validate_corrupt_tablespace_map 2019-06-18 20:51:10 +03:00
Grigory Smolkin
93e8a995d8 minor improvement: be more paranoid about illegal values in file->size during merge and validation 2019-06-18 19:27:44 +03:00
Grigory Smolkin
ad582b45d3 tests: fix permission issue in external module 2019-06-18 18:54:28 +03:00
Anastasia
1590e2d259 fix show-config in json format: add quotes for all values 2019-06-17 21:51:52 +03:00
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