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

1879 Commits

Author SHA1 Message Date
Grigory Smolkin
6aea552042 tests: more minor fixes 2019-04-19 11:17:26 +03:00
Grigory Smolkin
ec2e526ad8 tests: checkdb minor fixes 2019-04-19 11:12:19 +03:00
Grigory Smolkin
aae69835e2 help: minor fixes for checkdb 2019-04-19 11:11:48 +03:00
Grigory Smolkin
e04abf12f5 tests: minor changes to checkdb module 2019-04-19 10:59:52 +03:00
Grigory Smolkin
d27ab77920 tests: checkdb tests added 2019-04-19 01:52:41 +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
Anastasia
6d0059092c Merge branch 'master' into pgpro-2065 2019-04-17 17:20:33 +03:00
Grigory Smolkin
2efce08756 tests: fix some ptrack tests 2019-04-17 14:37:39 +03:00
Grigory Smolkin
5b4685eb3a tests: fix missing _ptrack fork for 0 sized relations 2019-04-17 02:13:56 +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
gsmol
0a1d887847
Merge pull request #53 from postgrespro/issue_52
Issue 52: --no-validate flag for backup
2019-04-15 22:09:04 +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
Grigory Smolkin
e208e7f191 tests: add more comments in restore module 2019-04-15 19:53:38 +03:00
Grigory Smolkin
4406539528 tests: added restore.RestoreTest.test_restore_target_new_options 2019-04-15 19:02:07 +03:00
Grigory Smolkin
97e6182ca1 tests: fix header size for EE versions >= 10 2019-04-15 17:55:13 +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
d1e616e2f1 Merge branch 'master' into pgpro-2065 2019-04-13 23:31:39 +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
eb767ed0ad tests: added test_restore_target_immediate_stream, test_restore_target_immediate_archive and test_restore_target_latest_archive in "restore" module 2019-04-13 16:50:50 +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
Grigory Smolkin
290df26373 tests: minor fixes 2019-04-13 15:14:20 +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
Grigory Smolkin
06add7d59f tests: minor fix for replica.ReplicaTest.test_replica_archive_page_backup 2019-04-11 17:00:44 +03:00
Grigory Smolkin
8aeddc9892 tests: minor fixes 2019-04-11 16:33:16 +03:00
Arthur Zakirov
9c83463f91 Consider DELETING status within merge_backups() 2019-04-11 12:35:55 +03:00
Grigory Smolkin
af340b982c tests: added delta.DeltaTest.test_delta_backup_from_past 2019-04-10 23:43:30 +03:00
Grigory Smolkin
9ca020c127 tests: update option_help.out 2019-04-10 22:31:52 +03:00
Grigory Smolkin
8240bc2dc4 tests: fix archive.ArchiveTest.test_replica_archive 2019-04-10 22:27:07 +03:00