1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-17 01:12:23 +02:00

Remove exclusions once they have been tested in mock/all.

The exclusions no longer have any effect after a restore and just add noise to the expect log.
This commit is contained in:
David Steele
2019-11-25 08:35:26 -05:00
parent 9856fef586
commit 8800f32ad9
3 changed files with 28 additions and 121 deletions

View File

@ -751,6 +751,9 @@ sub run
$strType = CFGOPTVAL_BACKUP_TYPE_INCR;
my $strTblSpcPath = $oHostDbMaster->dbBasePath() . '/' . DB_PATH_PGTBLSPC;
# Remove excludes now that they just create noise in the log
$oHostBackup->configUpdate({(CFGDEF_SECTION_GLOBAL . ':backup') => {cfgOptionName(CFGOPT_EXCLUDE) => []}});
# Create a directory in pg_tablespace
storageTest()->pathCreate("${strTblSpcPath}/path", {strMode => '0700', bCreateParent => true});