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

2756 Commits

Author SHA1 Message Date
Grigory Smolkin
2df5d27a66 Add TODO in config_get_opt() 2019-10-23 11:31:29 +03:00
Grigory Smolkin
ef20e82a6f [Issue #136] fix incorrect XlogSegNo calculation in catalog_get_timelines() 2019-10-22 21:16:49 +03:00
Grigory Smolkin
6cbea998cc Readme: update 2019-10-22 13:41:51 +03:00
Grigory Smolkin
5196fb25ec tests: fixes 2019-10-21 13:46:48 +03:00
Grigory Smolkin
3b2af9e83c [Issue #134] set recovery_target_timeline to "current" 2019-10-21 13:42:51 +03:00
Grigory Smolkin
0ad96362d0 rename create_pg12_recovery_config() to create_recovery_config() 2019-10-19 12:30:58 +03:00
Grigory Smolkin
b9e76a1c4f [Issue #133] small fix 2019-10-19 12:28:41 +03:00
Grigory Smolkin
5c01dcf9c5 Documentation: update 2019-10-19 12:27:53 +03:00
Grigory Smolkin
98f0c9ee48 [Issue #133] call pgpro_edition() function only if it exists 2019-10-19 12:22:07 +03:00
Grigory Smolkin
a3b0bd7a4d Documentation: update 2019-10-19 09:52:18 +03:00
Grigory Smolkin
effea35742 tests: support PG12 2019-10-19 09:48:35 +03:00
Grigory Smolkin
af42fbf9b6 remove spooky warning about first segment been greater than oldest to_keep segments 2019-10-18 19:43:13 +03:00
Grigory Smolkin
ff40fcc4be [Issue #134] do not backup "recovery.signal" and "standby.signal" files, and for PG12 and newer always set recovery_target_timeline to current 2019-10-18 19:42:02 +03:00
Grigory Smolkin
19ad13d777 [Issue #134] PostgreSQL 12 support 2019-10-18 12:36:42 +03:00
Grigory Smolkin
8ce5b7a241 Readme: update 2019-10-17 17:13:28 +03:00
Grigory Smolkin
c1ebd8aa5f Readme: update 2019-10-16 01:24:35 +03:00
Grigory Smolkin
e60cb2041b Version 2.2.3 2019-10-15 21:51:15 +03:00
Grigory Smolkin
a71829db33 tests: minor improvements 2019-10-15 21:48:37 +03:00
Grigory Smolkin
3ae1fc2ca7 bigfix: WAL retention didn`t protected WAL segments entitled to protection 2019-10-15 21:48:07 +03:00
Grigory Smolkin
c1b4110d47 Version 2.2.2 2019-10-15 15:39:03 +03:00
Grigory Smolkin
b0a80c174a tests: minor update 2019-10-15 13:11:58 +03:00
Grigory Smolkin
74e6a5fcd9 [Issue #132] new flag "--force" for "restore" command allows to ignore invalid backup status during restore 2019-10-15 13:11:41 +03:00
Grigory Smolkin
f49c1970ef [Issue #132] validate is now capable of detecting metadata corruption produced by #132 2019-10-15 13:00:24 +03:00
Grigory Smolkin
251fc8382a [Issue #132] fix 2019-10-15 12:53:53 +03:00
Grigory Smolkin
faed631523 tests: added backup.BackupTest.test_issue_132_1 2019-10-15 12:52:52 +03:00
Grigory Smolkin
60a9f3c1cd tests: minor fix 2019-10-15 00:45:09 +03:00
Grigory Smolkin
17143835dc speed up merge by skipping block validation during merge 2019-10-15 00:19:52 +03:00
Grigory Smolkin
4d61a6271a [Issue #132] test coverage 2019-10-14 21:54:31 +03:00
Grigory Smolkin
ffd5f45f12 Documentation: update 2019-10-13 00:27:13 +03:00
Grigory Smolkin
d9b4da3e01 Readme: update 2019-10-12 15:08:49 +03:00
Grigory Smolkin
dd651c86c7 Readme: update 2019-10-12 15:00:38 +03:00
Grigory Smolkin
71a59fff6b Documentation: update 2019-10-12 12:50:00 +03:00
Grigory Smolkin
948924dcab Documentation: added section "WAL Retention Policy" 2019-10-12 12:31:09 +03:00
Grigory Smolkin
ae4e64010c minor fix 2019-10-12 00:07:12 +03:00
Grigory Smolkin
6e2a1a73ef make compiler happy 2019-10-11 23:57:51 +03:00
Grigory Smolkin
baa88de2c5 make compiler happy 2019-10-11 23:49:34 +03:00
Grigory Smolkin
2ea92ce8ca Documentation: update 2019-10-11 23:40:14 +03:00
Grigory Smolkin
2b92f56bd3 Documentation: update 2019-10-11 20:26:06 +03:00
Grigory Smolkin
b07a2505b5 Documentation: update for 2.2.1 2019-10-11 20:02:09 +03:00
Grigory Smolkin
96ba94862a Version 2.2.1 2019-10-11 19:20:25 +03:00
Grigory Smolkin
295c5c844a [Issue #131] tests coverage 2019-10-11 19:08:15 +03:00
Grigory Smolkin
0a1a2b676e [Issue #131] '--dry-run' flag is honored by the deletion of specific backup 2019-10-11 19:07:42 +03:00
Grigory Smolkin
6ca984b63d tests: fix for "replica" module 2019-10-11 19:03:55 +03:00
Grigory Smolkin
81339c71e6 tests: fixes for backup.BackupTest.test_backup_with_less_privileges_role 2019-10-11 19:03:21 +03:00
Grigory Smolkin
2f9dd3658b tests: minor fix 2019-10-11 16:04:34 +03:00
Grigory Smolkin
4a5a9efe01 honot the special value 'none' for restore_command 2019-10-11 15:47:35 +03:00
Grigory Smolkin
bd5226cf5a minor fix 2019-10-11 15:14:50 +03:00
Grigory Smolkin
e643b81931 minor fix 2019-10-11 15:11:55 +03:00
Grigory Smolkin
f725966c3b minor cleanup before 2.2.0 release 2019-10-11 15:07:04 +03:00
Grigory Smolkin
5c4ad52e6d Version 2.2.0 2019-10-09 21:10:02 +03:00