1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Fixed pgBackRest config sections being blank in the output when not loaded from cache.

This commit is contained in:
David Steele 2016-06-18 10:59:45 -04:00
parent 012405a33b
commit 4cff5bb0e6
2 changed files with 5 additions and 1 deletions

View File

@ -573,7 +573,7 @@ sub backrestConfig
$oHost->copyTo($strLocalFile, $$hCacheKey{file}, $oConfig->paramGet('owner', false, 'postgres:postgres'), '640'); $oHost->copyTo($strLocalFile, $$hCacheKey{file}, $oConfig->paramGet('owner', false, 'postgres:postgres'), '640');
my $strConfig = fileStringRead($strLocalFile); $strConfig = fileStringRead($strLocalFile);
my @stryConfig = undef; my @stryConfig = undef;
if (trim($strConfig) ne '') if (trim($strConfig) ne '')

View File

@ -133,6 +133,10 @@
<release-item> <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> <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>
<release-item>
<p>Fixed <backrest/> config sections being blank in the output when not loaded from cache.</p>
</release-item>
</release-bug-list> </release-bug-list>
<release-feature-list> <release-feature-list>