1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-19 11:30:07 +02:00

1453 Commits

Author SHA1 Message Date
Konstantin Knizhnik
ab94800fab Fix log message redirection 2019-01-24 14:17:32 +03:00
Konstantin Knizhnik
4e3e62b1cf Fix problem with logging 2019-01-24 00:28:49 +03:00
Konstantin Knizhnik
85b247d76d Fix problem with logging filtering 2019-01-23 23:33:22 +03:00
Konstantin Knizhnik
516cfa3214 Read agent error messages 2019-01-23 18:46:51 +03:00
Konstantin Knizhnik
9b6e5da63f Fix configuration of reomte agent 2019-01-23 17:26:32 +03:00
Konstantin Knizhnik
6e261cc2ad Read configuration before launching remote agent 2019-01-23 15:55:00 +03:00
Konstantin Knizhnik
8659fc6ab5 Fix passing options with spaces to remote backup 2019-01-23 12:18:18 +03:00
Konstantin Knizhnik
66ebfcbd04 Remove --remote option 2019-01-22 20:41:17 +03:00
Konstantin Knizhnik
f8e9af6930 Fix remote restore from backup 2019-01-22 18:45:39 +03:00
Konstantin Knizhnik
8f980b6d35 Handle string options with spaces 2019-01-22 18:18:53 +03:00
Konstantin Knizhnik
03056c7238 Disable logging to file in agent 2019-01-22 14:40:49 +03:00
Konstantin Knizhnik
0df77d0c11 Optional argument for boolean options 2019-01-22 12:20:58 +03:00
Konstantin Knizhnik
9311590adf More remote options to config 2019-01-21 19:22:05 +03:00
Konstantin Knizhnik
eea74a8423 More remote options to config 2019-01-21 19:21:54 +03:00
Konstantin Knizhnik
bd241d8253 Replace %m option with strerror(errno) 2019-01-21 18:49:48 +03:00
Grigory Smolkin
b38aa659bd remote backup help update 2019-01-21 17:53:50 +03:00
Konstantin Knizhnik
3e970d1c52 Use elog instead of fprintf(stderr) for remote IO errors 2019-01-21 15:48:06 +03:00
Konstantin Knizhnik
4ceee57f1d Some fixes for remote logging 2019-01-21 14:05:38 +03:00
Konstantin Knizhnik
fce117de86 Grab ssh stderr 2019-01-21 11:12:37 +03:00
Konstantin Knizhnik
64510a4261 Fix remote rename command 2019-01-18 22:45:40 +03:00
Konstantin Knizhnik
e02b7f7c92 Support -D options for archive-get andd archive-push commands 2019-01-18 22:33:18 +03:00
Konstantin Knizhnik
9865e0934d Fix problem with remote archive-push 2019-01-18 18:28:39 +03:00
Konstantin Knizhnik
fdfb074703 Fix remote delta backup 2019-01-18 00:43:39 +03:00
Konstantin Knizhnik
be78ca6ee2 Fix remote delta backup 2019-01-18 00:37:18 +03:00
Konstantin Knizhnik
3b144bbe2b Fix remote delta backup 2019-01-18 00:21:42 +03:00
Konstantin Knizhnik
065d981e36 Fix remote delta backup 2019-01-18 00:10:58 +03:00
Konstantin Knizhnik
577a8d9318 Fix remote delta backup 2019-01-17 19:40:54 +03:00
Grigory Smolkin
0fded61269 Merge branch 'master' into remote_ssh 2019-01-15 10:47:07 +03:00
Konstantin Knizhnik
d6908b3538 Fix open file mode 2019-01-15 01:07:48 +03:00
Grigory Smolkin
58cd26f10a tests: slow_start() fix 2019-01-14 20:20:24 +03:00
Grigory Smolkin
4d8b6f50c9 tests: slow_start more robust behaviour 2019-01-14 19:58:15 +03:00
Grigory Smolkin
6114c47e41 Merge branch 'master' into remote_ssh 2019-01-14 13:53:41 +03:00
Grigory Smolkin
94d7c4bb3b tests: crutch-fix json parsing in show_pb() 2019-01-12 01:42:01 +03:00
Konstantin Knizhnik
fa146f5da0 Merge with master 2019-01-11 19:08:39 +03:00
Grigory Smolkin
c542c61182 Merge remote-tracking branch 'origin/PGPRO-1780' 2019-01-11 19:04:31 +03:00
Grigory Smolkin
5bcea32f31 tests: comment minor fix 2019-01-11 17:54:50 +03:00
Grigory Smolkin
8300983ead Merge remote-tracking branch 'origin/origin/pgpro-2235' 2019-01-11 17:51:39 +03:00
Ilya Skvortsov
8c7e1aa85d try to continue MERGE after fail on backup deleting 2019-01-11 17:44:39 +03:00
Grigory Smolkin
01770e7e37 tests: slow_start for replicas 2019-01-11 17:21:06 +03:00
Grigory Smolkin
1b2ead72df tests: python3 minor fix 2019-01-10 18:17:03 +03:00
Grigory Smolkin
069b9c1060 tests: python 3 support 2019-01-10 18:12:00 +03:00
Arthur Zakirov
dcdd21300b tests: do not call exit(1) 2019-01-09 18:25:52 +03:00
Arthur Zakirov
1fff8a2d3d tests: pass replica=True to replica for slow_start() 2019-01-09 16:58:37 +03:00
Arthur Zakirov
d8553c06af Version 2.0.26
- Bugfix: fixed undefined behaviour in case of undefined compression algorithm
- Bugfix: correctly calculate backup size after MERGE
- Bugfix: fixed MERGE of compressed and uncompressed backups
- Bugfix: remove unnecessary remaining files after MERGE
- Bugfix: consider target LSN (--lsn parameter) during validating WAL
- Improvement: check backup program_version during VALIDATE, do not support forward compatibility
- Improvement: improve Windows support
- Improvement: improve support of tablespaces within PGDATA
2.0.26
2019-01-09 15:28:30 +03:00
Arthur Zakirov
687b069f09 Bug fix: Fix for 723c2b01a 2018-12-29 17:13:34 +03:00
Grigory Smolkin
93cedf1747 tests: fix test_validate_wal_unreal_values() and test_validate_wal_lost_segment_1() 2018-12-29 12:42:59 +03:00
Grigory Smolkin
c69d4ed7f8 tests: validate fix (windows support) 2018-12-28 19:26:01 +03:00
Arthur Zakirov
723c2b01a2 Bug fix: Consider target_lsn during validate WAL 2018-12-28 18:46:12 +03:00
Grigory Smolkin
7d53afb1c7 tests: windows support for validate 2018-12-27 22:40:23 +03:00
Grigory Smolkin
f6c1966415 tests: windows support, eschew using node.restart() 2018-12-27 17:19:23 +03:00