mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-28 09:33:54 +02:00
04c4c7b865
The tests now rely on --verbose to print out useful information in the logs that can be used for debugging purposes. In case of a failure in some of the tests an overall cleanup is not done, this is particularly useful for PGDATA which could still be used for extra failure analysis.
37 lines
739 B
Plaintext
37 lines
739 B
Plaintext
\! bash sql/restore.sh
|
|
###### RESTORE COMMAND TEST-0001 ######
|
|
###### recovery to latest from full backup ######
|
|
0
|
|
0
|
|
|
|
###### RESTORE COMMAND TEST-0002 ######
|
|
###### recovery to latest from full + page backups ######
|
|
0
|
|
0
|
|
0
|
|
|
|
###### RESTORE COMMAND TEST-0003 ######
|
|
###### recovery to target timeline ######
|
|
0
|
|
0
|
|
0
|
|
checking recovery.conf...
|
|
OK: recovery.conf has the given target timeline.
|
|
|
|
###### RESTORE COMMAND TEST-0004 ######
|
|
###### recovery to target time ######
|
|
0
|
|
0
|
|
|
|
###### RESTORE COMMAND TEST-0005 ######
|
|
###### recovery to target XID ######
|
|
0
|
|
0
|
|
OK: recovery-target-xid options works well.
|
|
|
|
###### RESTORE COMMAND TEST-0006 ######
|
|
###### recovery with target inclusive false ######
|
|
0
|
|
0
|
|
OK: recovery-target-inclusive=false works well.
|