1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-27 12:01:29 +02:00

1197 Commits

Author SHA1 Message Date
Grigory Smolkin
1630d73bec bugfix: don`t use ferror() in get_wal_file() 2019-04-20 03:46:00 +03:00
Grigory Smolkin
cd0548da67 bugfix: replace fprintf() with fio_fprintf() 2019-04-20 00:23:45 +03:00
Grigory Smolkin
c93e732864 Issue 56: do not force log file rotation if '.rotation' file is missing or mangled, just recreate '.rotation file' 2019-04-19 18:40:57 +03:00
Grigory Smolkin
fc8453b6c7 Issue 56: be more lenient to .rotation file been empty or containing garbage: issue WARNING instead of ERROR and rotate file immediately. Also issue WARNING if .rotation file is missing, previously such condition was ignored 2019-04-19 17:11:58 +03:00
Grigory Smolkin
45e05ba126 bugfix: do not check page layout version, it may give false-positive result 2019-04-19 11:36:04 +03:00
Grigory Smolkin
cd6b175301 fix unnessesary tabulations 2019-04-19 11:24:27 +03:00
Grigory Smolkin
05c1c4e0aa Merge branch 'pgpro-2065' 2019-04-19 11:18:23 +03:00
Grigory Smolkin
aae69835e2 help: minor fixes for checkdb 2019-04-19 11:11:48 +03:00
Grigory Smolkin
56a909da0c checkdb: fix index query and logging error condition 2019-04-19 01:50:45 +03:00
Grigory Smolkin
d5b0747288 checkdb: fix disconnection after successfull checkdb execution 2019-04-18 19:40:35 +03:00
Grigory Smolkin
cf20e9f3ba checkdb: minor fixes 2019-04-18 19:23:44 +03:00
Anastasia
9a785d6fa0 fix compiler warning. TODO: fix checkdb test 2019-04-18 17:20:22 +03:00
Anastasia
c00bd3cd77 code and comments cleanup 2019-04-18 16:12:57 +03:00
Grigory Smolkin
cb9134d067 validate: interrupt more frequently during file validation 2019-04-18 01:51:38 +03:00
Anastasia
ce29d91957 Merge master into pgpro-2065. Resolve conflicts.
TODO: review compatibility of checkdb and remote backup
2019-04-16 16:33:03 +03:00
Arthur Zakirov
baa6aa8e35 Fix help messages 2019-04-16 13:34:57 +03:00
Arthur Zakirov
c440ab0f45 Merge remote-tracking branch 'origin/remote_pull' 2019-04-16 13:24:02 +03:00
Arthur Zakirov
eec03820e4 Merge branch 'pbckp-36' 2019-04-16 11:33:08 +03:00
Arthur Zakirov
592df2e606 PBCKP-36: Fix help message for RESTORE and VALIDATE 2019-04-16 10:54:05 +03:00
Grigory Smolkin
bbd4e810af Merge branch 'master' into issue_52 2019-04-15 22:04:56 +03:00
Grigory Smolkin
3fce25d740 refactoring of validate_one_page() 2019-04-15 21:35:56 +03:00
Grigory Smolkin
771c01df4f checkdb: revert block from future changes in validate_one_page() 2019-04-15 20:37:12 +03:00
Grigory Smolkin
f393133d5a checkdb: minor changes to error messages in do_amcheck() 2019-04-15 20:32:58 +03:00
Konstantin Knizhnik
60f89246c1 [refer #PBCKP-3] Set location to FIO_LOCAL_HOST for all commands except backup/resotre/archive 2019-04-15 15:04:49 +03:00
Arthur Zakirov
fff9318401 PBCKP-36: Do not write 'latest' into recovery.conf 2019-04-15 11:32:09 +03:00
Grigory Smolkin
abd4ed01bf checkdb: for amcheck only mode do compare system ID, because all work is done by server 2019-04-13 23:31:19 +03:00
Grigory Smolkin
367f885a9b checkdb: error at the end of do_amcheck if execution was interrupted 2019-04-13 23:17:49 +03:00
Grigory Smolkin
c290624765 remove is_checksum_enabled variable 2019-04-13 22:50:39 +03:00
Grigory Smolkin
2e639a81fe checkdb: close initial connection, skipped db in amcheck now counts as fatal error 2019-04-13 22:33:04 +03:00
Grigory Smolkin
e5e16320fd checkdb: minor fixes, point out by a.lubennikova@postgrespro.ru 2019-04-13 21:27:22 +03:00
Grigory Smolkin
aa1b350526 help fix: add closing bracket to parenthesis with example of log-filename option 2019-04-13 16:16:35 +03:00
Anastasia
df8fe86d6d code cleanup 2019-04-12 18:41:33 +03:00
Anastasia
1d5b9e469d Merge branch 'master' into pgpro-2065 2019-04-12 16:03:18 +03:00
Konstantin Knizhnik
dd10881765 [refer #PBCKP-3] Reset MyLocation after reading config file 2019-04-12 15:07:04 +03:00
Arthur Zakirov
db179af048 PBCKP-36: Fix recovery-target options 2019-04-12 14:48:53 +03:00
Grigory Smolkin
4193766317 Merge branch 'master' into remote_pull 2019-04-12 14:05:27 +03:00
Grigory Smolkin
c2d6824569 Issue 52: treat DONE backups as OK 2019-04-11 19:41:26 +03:00
Grigory Smolkin
6d8bad7293 bugfix: explicitly forbid incremental backing up instance from the past 2019-04-11 19:14:33 +03:00
Arthur Zakirov
9c83463f91 Consider DELETING status within merge_backups() 2019-04-11 12:35:55 +03:00
Arthur Zakirov
bc52046ac6 Do not wait for the next segment 2019-04-10 17:02:00 +03:00
Arthur Zakirov
d87149c68f PBCKP-36: Create recovery.conf if --latest specified 2019-04-10 15:57:32 +03:00
Grigory Smolkin
100899a7f1 Merge branch 'master' into remote_pull 2019-04-09 22:42:17 +03:00
Victor Spirin
1ff905989e Replaced the function strftime with pg_strftime for logs in Windows 2019-04-09 18:05:36 +03:00
Grigory Smolkin
77bb25410c Issue 52: --no-validate flag for 'backup' command, also allow DONE backup to be a parent of incremental backup 2019-04-08 23:10:15 +03:00
Grigory Smolkin
df0cd6507b bugfix: it is not a fatal error to backup a file, whose size is not multiple of BLCKSZ 2019-04-08 17:39:48 +03:00
Grigory Smolkin
2941cb1cd3 Merge remote-tracking branch 'origin/pgpro_2605' 2019-04-08 13:47:46 +03:00
Grigory Smolkin
f1cd6c23c5 Merge branch 'master' into remote_pull 2019-04-05 01:05:49 +03:00
Grigory Smolkin
049f81830e minor fix for del-instance 2019-04-05 00:57:06 +03:00
Arthur Zakirov
1746b54978 Make changes for C89 2019-04-04 20:26:36 +03:00
Grigory Smolkin
514a01dc15 another symlink fix 2019-04-04 18:36:35 +03:00