You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +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:
		| @@ -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}); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user