1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-26 11:54:25 +02:00

1065 Commits

Author SHA1 Message Date
Grigory Smolkin
2c4eb9d534 [Issue #134] minor refactoring 2019-10-24 17:53:20 +03:00
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
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
98f0c9ee48 [Issue #133] call pgpro_edition() function only if it exists 2019-10-19 12:22:07 +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
e60cb2041b Version 2.2.3 2019-10-15 21:51:15 +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
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
17143835dc speed up merge by skipping block validation during merge 2019-10-15 00:19:52 +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
96ba94862a Version 2.2.1 2019-10-11 19:20:25 +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
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
Grigory Smolkin
1534590bba help: new option '--wal-depth' 2019-10-09 00:00:05 +03:00
Grigory Smolkin
1d8a654726 [Issue #127] WAL retention 2019-10-08 17:47:41 +03:00
Grigory Smolkin
51f4e38d70 new TODO 2019-10-08 14:34:56 +03:00
Grigory Smolkin
9edb2e3498 minor improvement: for STREAM backups include wal_bytes into message about resident data size 2019-10-07 20:39:16 +03:00
Grigory Smolkin
59c341a2bb bugfix: duplicate returned by last_dir_separator() string for file->name 2019-10-07 20:24:40 +03:00
Grigory Smolkin
c4b49c6abb [Issue #68] the backup pinning 2019-10-07 14:28:03 +03:00
Grigory Smolkin
0cd9e35028 [Issue #129] minor fix 2019-10-07 11:47:56 +03:00
Grigory Smolkin
20d8820d7a [Issue #129] Generate recovery.conf if --recovery-target='immediate' is provided 2019-10-06 21:48:44 +03:00
Grigory Smolkin
65969267fd [Issue #60] Calculate compression ratio("zratio") during backup 2019-10-04 17:20:55 +03:00
Konstantin Knizhnik
d02fc64a14 Terminate ssh error by zero character 2019-10-04 10:13:26 +03:00
Grigory Smolkin
b7d5d6c459 help: another minor update 2019-10-04 09:16:23 +03:00
Grigory Smolkin
8d6d1c6e40 help: minor update 2019-10-04 00:01:56 +03:00
Grigory Smolkin
544de123a4 [Issue #102] now it is possible to set restore_command via set-config 2019-10-03 23:56:47 +03:00
Grigory Smolkin
56726b25fa [Issue #128] Get timeline ID via pg_control_checkpoint() function 2019-10-03 13:07:47 +03:00
Grigory Smolkin
c2d32da0a0 [Issue #124] report correct backup status if corruption is detected during validation. Reported By Yuri Kurenkov 2019-10-02 17:32:27 +03:00
Grigory Smolkin
6fe844004e Improvements for plain show, honest wal_bytes for STREAM backups and merged backups 2019-09-24 18:28:10 +03:00
Grigory Smolkin
cb6431369a add double quotes to filenames in elog messages 2019-09-24 18:01:40 +03:00
Grigory Smolkin
7121f04e71 [Issue #102] New options for 'restore' command used for setting 'restore_command' GUC in recovery.conf: '--archive-host', '--archive-post', 'archive-user' and '--restore-command' 2019-09-23 15:20:07 +03:00
Grigory Smolkin
435d114e5f Merge branch 'master' into wal_delete_refactoring 2019-09-23 14:06:38 +03:00
Anastasia
64d546780e [Issue #58] Handle SIGTERM and SIGQUIT 2019-09-23 14:00:24 +03:00
Grigory Smolkin
271d2d1305 Merge branch 'master' into wal_delete_refactoring 2019-09-23 13:57:35 +03:00
Grigory Smolkin
1d34fd8c84 minor fixes 2019-09-23 13:57:10 +03:00
Anastasia
1f67593175 code cleanup for wal_delete refactoring 2019-09-23 13:14:57 +03:00