1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test/lib/BackRestTest
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
..
Common Closed #127: More sanity checking for --delta restores 2016-02-05 23:03:29 -05:00
Docker Closed #163: Document Generation Issue 2016-01-22 18:01:21 -05:00
BackupCommonTest.pm Closed #58: Get catalog number for better tablespace copying 2016-02-02 14:33:15 -05:00
BackupTest.pm Closed #127: More sanity checking for --delta restores 2016-02-05 23:03:29 -05:00
CommonTest.pm Closed #19: The following tablespace checks have been added: paths or files in pg_tblspc, relative links in pg_tblspc, tablespaces in $PGDATA. All three will generate errors. 2016-01-15 07:07:00 -05:00
CompareTest.pm Implemented issue #148: Website with basic user guide. 2015-10-28 10:10:36 +01:00
ConfigTest.pm Logging enhancements: 2016-01-13 22:43:26 -05:00
ExpireCommonTest.pm Refactor of expiration to use backup.info for a list of what needs to be expired rather than looking at the backup directory. 2016-01-19 07:39:29 -05:00
FileTest.pm Logging enhancements: 2016-01-13 22:43:26 -05:00
HelpTest.pm Logging enhancements: 2016-01-13 22:43:26 -05:00
IniTest.pm Implemented issue #148: Website with basic user guide. 2015-10-28 10:10:36 +01:00