You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Fixed pgBackRest config sections being blank in the output when not loaded from cache.
This commit is contained in:
		| @@ -573,7 +573,7 @@ sub backrestConfig | ||||
|  | ||||
|             $oHost->copyTo($strLocalFile, $$hCacheKey{file}, $oConfig->paramGet('owner', false, 'postgres:postgres'), '640'); | ||||
|  | ||||
|             my $strConfig = fileStringRead($strLocalFile); | ||||
|             $strConfig = fileStringRead($strLocalFile); | ||||
|             my @stryConfig = undef; | ||||
|  | ||||
|             if (trim($strConfig) ne '') | ||||
|   | ||||
| @@ -133,6 +133,10 @@ | ||||
|                     <release-item> | ||||
|                         <p>Fixed section names being repeated in the info output when multiple <br-option>--require</br-option> options depended on the same sections.</p> | ||||
|                     </release-item> | ||||
|  | ||||
|                     <release-item> | ||||
|                         <p>Fixed <backrest/> config sections being blank in the output when not loaded from cache.</p> | ||||
|                     </release-item> | ||||
|                 </release-bug-list> | ||||
|  | ||||
|                  <release-feature-list> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user