Nominatim::DB tests against separate postgresql database

This commit is contained in:
marc tobias
2020-04-13 17:48:20 +02:00
parent 553d8a828c
commit 38c21de0ee
6 changed files with 200 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ function isReverseOnlyInstallation()
echo 'Checking database got created ... ';
if ($oDB->databaseExists()) {
if ($oDB->checkConnection()) {
$print_success();
} else {
$print_fail();