1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-03 09:59:53 +02:00
Commit Graph

684 Commits

Author SHA1 Message Date
Arthur Zakirov
3b3180ec97 Fix logger, when an error is occured during parsing cmd options 2017-05-29 15:13:26 +03:00
Anastasia
798c447be7 fix skipping empty files in backup 2017-05-29 12:45:56 +03:00
Grigory Smolkin
035b639002 validate fix 2017-05-25 15:34:18 +03:00
Anastasia
494b978fe0 Version 1.1.13 2017-05-25 14:24:52 +03:00
Grigory Smolkin
b1e849a588 validate rework, self.cmd and self.output added 2017-05-25 12:54:06 +03:00
Arthur Zakirov
777ab09f29 Remove delete_all from delete_walfiles() 2017-05-24 14:22:51 +03:00
Anastasia
0dba271511 if WAL segment required to create pagemap is absent, throw an ERROR 2017-05-23 20:51:58 +03:00
Anastasia
8c74cf7cb3 If WAL segment is lost or broken, update status of the corresponding backup to CORRUPT 2017-05-23 13:20:43 +03:00
Grigory Smolkin
0f212e0455 TESTS: false_positive added, pgpro-560 added, validate redesign 2017-05-22 14:17:43 +03:00
Arthur Zakirov
134c9390b2 Fix --stream option number 2017-05-19 20:15:14 +03:00
Arthur Zakirov
a3a8e8a843 Remove [-q] and [-v] from help 2017-05-19 12:09:44 +03:00
Arthur Zakirov
62eee9cfdc Write ERROR status of the backup before executing pg_stop_backup() 2017-05-19 12:08:16 +03:00
Arthur Zakirov
2654810371 Remove --verbose and --quiet from help 2017-05-18 18:12:02 +03:00
Arthur Zakirov
e6ec0f2898 Check if archiving is enabled during archive backup 2017-05-18 15:53:09 +03:00
Arthur Zakirov
9f9c95c990 Wait for start_lsn in pg_start_backup() 2017-05-18 15:33:03 +03:00
Arthur Zakirov
d6ee6b113f Fix copying args to std_args 2017-05-18 13:41:04 +03:00
Grigory Smolkin
2b02bd4094 pgpro589 added 2017-05-18 13:01:30 +03:00
Arthur Zakirov
ff03146366 Version 1.1.12 2017-05-18 12:22:56 +03:00
Arthur Zakirov
e5d93f0422 Fix help for logging parameters 2017-05-18 12:21:59 +03:00
Arthur Zakirov
726c0803b0 Add configure options for logging 2017-05-18 12:09:04 +03:00
Arthur Zakirov
5b868dc837 Fix using of va_list. It is necessary to exec va_copy() every times 2017-05-18 12:09:04 +03:00
Arthur Zakirov
c2e87828e1 log_rotation_age works 2017-05-18 12:09:04 +03:00
Arthur Zakirov
e56ae3007e Working on log_rotation_age 2017-05-18 12:09:04 +03:00
Arthur Zakirov
1a6ee7a320 Rotation by size works 2017-05-18 12:09:04 +03:00
Arthur Zakirov
cfe9b85b9b Logging to error-log-file works 2017-05-18 12:09:04 +03:00
Arthur Zakirov
9e8b171116 pg_probackup reads logging options 2017-05-18 12:09:04 +03:00
Arthur Zakirov
ea4ff53e3d Logs are written to log files 2017-05-18 12:09:04 +03:00
Arthur Zakirov
62e4e90e2c Add log file functions 2017-05-18 12:09:04 +03:00
Arthur Zakirov
69b41b2d94 Added pgut/logger.h and pgut/logger.c for message logging 2017-05-18 12:09:04 +03:00
Grigory Smolkin
eb97837356 fixes for pgpro561 2017-05-17 20:43:28 +03:00
Grigory Smolkin
8972d4f45b minor fixes 2017-05-17 14:01:57 +03:00
Grigory Smolkin
fa1ba6c531 pgpro561 added 2017-05-17 12:46:38 +03:00
Grigory Smolkin
442cef1ca5 PGPRO-688 tests added 2017-05-15 02:43:05 +03:00
Anastasia
6db02b6401 Version 1.1.11 2017-05-11 12:39:27 +03:00
Anastasia
e3a37375e1 Merge branch 'master' into help_messages 2017-05-10 14:47:46 +03:00
Anastasia
1b2784b7cd fix ERROR message 2017-05-05 23:02:48 +03:00
Grigory Smolkin
36e64407fc ptrack, validate, retention fixes 2017-05-05 16:21:49 +03:00
Anastasia
d470effef8 change message about error during reading WAL 2017-05-05 13:23:52 +03:00
Anastasia
135f86e13d implement help for probackup commands 2017-05-05 13:14:46 +03:00
Anastasia
a6be0c35f4 fix INFO message 2017-05-05 11:31:00 +03:00
Anastasia
0e11c87396 fix skipping pages which hasn't changed since prev backup 2017-05-04 18:14:17 +03:00
Anastasia
1eff9fce50 clarify Log message about restored file 2017-05-04 17:25:31 +03:00
Anastasia
a5435cacad update expected version in tests 2017-05-04 12:38:32 +03:00
Anastasia
c5de04416f Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup 2017-05-04 11:52:17 +03:00
Grigory Smolkin
262f1ab410 test fixes 2017-05-03 18:05:19 +03:00
Anastasia
7777afceb4 restore code cleanup 2017-05-03 15:55:11 +03:00
Grigory Smolkin
2b8da45f09 ptrack tests added 2017-05-03 14:14:48 +03:00
Anastasia
d4743168df Version 1.1.10 2017-05-03 12:54:38 +03:00
Anastasia
d40e299c3c fix dest backup search 2017-05-02 17:28:08 +03:00
Anastasia
419008d9de code cleanup 2017-05-02 15:13:32 +03:00