1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-04 03:49:14 +02:00
pgbackrest/test/lib/pgBackRestTest/Module
David Steele 70514061fd Fix issue where relative links in $PGDATA could be stored in the backup with the wrong path.
Relative link paths were being combined with the paths of previous links (relative or absolute) due to the $strPath variable being modified in the current iteration rather than simply being passed to the next level of recursion.

This issue did not affect absolute links and relative tablespace links were caught by other checks, though the error was confusing.

Reported by Cynthia Shang.
2018-08-30 16:27:36 -04:00
..
Archive Update Archive::Info->archiveIdList() to return a valid error code instead of unknown. 2018-08-24 12:13:10 -04:00
Backup
Common
Info
Manifest Fix issue where relative links in $PGDATA could be stored in the backup with the wrong path. 2018-08-30 16:27:36 -04:00
Mock Allow arbitrary directories and/or files to be excluded from a backup. 2018-08-27 15:51:05 -04:00
Performance
Protocol Add log-subprocess option to allow file logging for local and remote subprocesses. 2018-08-22 20:05:49 -04:00
Real Require PostgreSQL catalog version when instantiating a Manifest object (and not loading it from disk). 2018-07-16 17:25:15 -04:00
Stanza Remove incompletely implemented online option from the check command. 2018-08-12 19:24:21 -04:00
Storage Fix non-compliant ISO-8601 timestamp format in S3 authorization headers. 2018-07-01 08:17:27 -04:00