1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-16 10:20:02 +02:00
pgbackrest/test/lib/BackRestTest/Common
David Steele f8b47997a3 Closed #127: More sanity checking for --delta restores
Added checks for `--delta` and `--force` restore options to ensure that the destination is a valid $PGDATA directory. pgBackRest will check for the presence of `PG_VERSION` or `backup.manifest` (left over from an aborted restore). If neither is found then `--delta` and `--force` will be disabled but the restore will proceed unless there are files in the $PGDATA directory (or any tablespace directories) in which case the operation will be aborted.
2016-02-05 23:03:29 -05:00
..
ExecuteTest.pm Logging enhancements: 2016-01-13 22:43:26 -05:00
HostTest.pm Switched to using docker for all unit tests as this allows for greater automation. 2015-12-29 13:57:10 -05:00
LogTest.pm Closed #127: More sanity checking for --delta restores 2016-02-05 23:03:29 -05:00
VmTest.pm Closed #163: Document Generation Issue 2016-01-22 18:01:21 -05:00