mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-04-15 11:36:40 +02:00
Remove unresolved todo from 87087fac.
Seems easiest just to make the additional config required since it tests that custom ports are being used correctly. The test for synthetic was a noop since SFTP is not used in synthetic tests.
This commit is contained in:
parent
0051d7ca87
commit
1fd8845c7f
@ -1288,14 +1288,7 @@ sub configCreate
|
|||||||
$oParamHash{$strStanza}{"pg256-host-cmd"} = $oHostDb2->backrestExe();
|
$oParamHash{$strStanza}{"pg256-host-cmd"} = $oHostDb2->backrestExe();
|
||||||
$oParamHash{$strStanza}{"pg256-host-config"} = $oHostDb2->backrestConfig();
|
$oParamHash{$strStanza}{"pg256-host-config"} = $oHostDb2->backrestConfig();
|
||||||
$oParamHash{$strStanza}{"pg256-path"} = $oHostDb2->dbBasePath();
|
$oParamHash{$strStanza}{"pg256-path"} = $oHostDb2->dbBasePath();
|
||||||
|
$oParamHash{$strStanza}{"pg256-port"} = $oHostDb2->pgPort();
|
||||||
|
|
||||||
# !!! is this needed???
|
|
||||||
# Only test explicit ports on the backup server. This is so locally configured ports are also tested.
|
|
||||||
if (!$self->synthetic())
|
|
||||||
{
|
|
||||||
$oParamHash{$strStanza}{"pg256-port"} = $oHostDb2->pgPort();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# If this is a database host
|
# If this is a database host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user