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

328 Commits

Author SHA1 Message Date
Artur Zakirov
a997235f89 Remove sanityChecks(). Fix add_files() 2017-02-16 17:23:43 +03:00
Artur Zakirov
492a85606f Merge branch 'ptrack' of git.postgrespro.ru:pgpro-dev/pg_probackup into ptrack 2017-02-15 20:44:38 +03:00
Artur Zakirov
aa271784ed Fixes for retention and validate commands 2017-02-15 20:44:06 +03:00
Anastasia
8775a399cb fix retention show message, when no policy is set 2017-02-15 19:46:40 +03:00
Anastasia
23abfcb5ce change WARNING message to LOG in verbose mode 2017-02-15 18:49:46 +03:00
Anastasia
d10e5f1871 Merge branch 'ptrack' of git.postgrespro.ru:pgpro-dev/pg_probackup into ptrack 2017-02-15 18:31:50 +03:00
Anastasia
d6b612e3c2 fix INFO message 2017-02-15 18:31:40 +03:00
Artur Zakirov
4c1dde8cd9 Merge branch 'ptrack' of git.postgrespro.ru:pgpro-dev/pg_probackup into ptrack 2017-02-15 18:28:38 +03:00
Artur Zakirov
eb531bc490 WAL delete fixes 2017-02-15 18:28:34 +03:00
Anastasia
62246e4c4e remove debug message 2017-02-15 18:12:12 +03:00
Anastasia
1e2b238689 don't try to check header of zeroed page 2017-02-15 18:10:43 +03:00
Artur Zakirov
b188a8a5e3 Fix handling of unrecognized options 2017-02-15 16:22:49 +03:00
Artur Zakirov
b8640a72b8 Merge branch 'simplify_backup_data_file' into ptrack 2017-02-15 14:12:14 +03:00
Anastasia
f4fa1cd454 fix zeroed page handling. Skip checksum computing and just save the page 2017-02-15 14:12:04 +03:00
Artur Zakirov
2c6da8dbbd SimpleXLogPageRead(): exit from function if WAL segment doesn't exist 2017-02-15 12:44:45 +03:00
Artur Zakirov
0bdffbcfe5 Merge branch 'simplify_backup_data_file' into ptrack 2017-02-15 12:18:42 +03:00
Artur Zakirov
4cb028cd97 Show dashes if there isn't recovery time of a backup 2017-02-14 17:45:18 +03:00
Anastasia
547470abb8 check size of the file if block reading has failed 2017-02-14 16:25:30 +03:00
Artur Zakirov
bf2830bad5 Fix tests for retention policy. Compare WAL segments without timelineid 2017-02-14 14:31:15 +03:00
Artur Zakirov
5aded200b8 More understandable message during an error of ptrack backuping 2017-02-14 11:32:43 +03:00
Anastasia
be18e8d39e add debug message 2017-02-14 11:27:15 +03:00
Artur Zakirov
faa97dee16 Fix error messaging during reading WAL segments 2017-02-13 19:19:37 +03:00
Anastasia
96fe569f6f Add nblocks into error message 2017-02-13 18:27:50 +03:00
Anastasia
42369f4cfd It's ok if file grows during backup 2017-02-13 18:24:15 +03:00
Anastasia
a39511bf88 don't handle possible hole cut at restore 2017-02-13 17:34:29 +03:00
Anastasia
cd6dd02245 fix a typo in file->size check 2017-02-13 17:33:05 +03:00
Anastasia
78370729c5 refactor backup_data_file(), don't cut the hole 2017-02-13 17:06:53 +03:00
Artur Zakirov
de2a0d1cde Fix for 9c471aa0e0.
pgdata_exclude[] doesn't exclude files. Add pgdata_exclude_files[].
2017-02-13 14:11:00 +03:00
Anastasia
53a5df9c8a allow page mode backup of compressed files. Just remove the error message. 2017-02-13 12:28:19 +03:00
Artur Zakirov
9c471aa0e0 Exclude postmaster.pid and postmaster.opts from backup 2017-02-13 11:49:55 +03:00
Anastasia
946e1e24f0 Disable page hole cut in backup_data_file() 2017-02-13 11:49:47 +03:00
Anastasia
2ec6bc67f4 Implement incremental backup of compressed files, both page and ptrack do the same. Adds two columns to the list of files. 2017-02-13 11:44:53 +03:00
Arthur Zakirov
976694f1a3 Add retention show|purge commands. Add tests and documentation. 2017-02-12 23:42:10 +03:00
Artur Zakirov
7c4c842ce5 PGDATA parameter is required for init 2017-02-01 15:40:47 +03:00
Artur Zakirov
ba54e494de Fix .gitignore. Add extra files to ignore, generated by Makefile 2017-01-30 12:02:54 +03:00
Artur Zakirov
b6b2402b49 Make compiler quiet 2017-01-27 11:44:40 +03:00
stalkerg
9af7ec092b Some code for testing 64bit XIDs. 2016-12-20 18:13:44 +03:00
stalkerg
9619c43df0 Try fix blinking some tests. 2016-12-20 17:59:51 +03:00
stalkerg
1cf715051e Fix 64 bit XID again and one warning. 2016-12-20 16:22:08 +03:00
stalkerg
20f055f309 Move from pg_ctl to .stop/.start from new testgres. 2016-12-20 15:46:19 +03:00
stalkerg
9d17c122fb Add check parent backup. 2016-12-19 20:13:58 +03:00
stalkerg
42a4d72175 Add root backup id for page/ptrack backups. issue #9 2016-12-19 18:41:41 +03:00
stalkerg
e972467f80 Merge branch 'ptrack' of github.com:postgrespro/pg_probackup into ptrack 2016-12-16 18:41:13 +03:00
stalkerg
19a9dd9b3e Show realy last know xid in wal validate. 2016-12-16 18:40:31 +03:00
Sergey Bronnikov
9748817b00 enabling archive_mode is required 2016-12-16 18:56:47 +04:00
stalkerg
1874b89d30 Remove old bash tests. 2016-12-14 17:17:43 +03:00
stalkerg
31c8090216 Add many tests and some words for docs. 2016-12-14 17:14:53 +03:00
stalkerg
856e110eaf Start work on restore tests. 2016-12-13 20:45:50 +03:00
stalkerg
3c8242966a Add delete and backup tests. Add simple parser for show line. 2016-12-12 19:21:15 +03:00
stalkerg
e7d6a08bf3 Start working on testgres framework for pg_probackup. 2016-12-09 21:30:22 +03:00