SQLSTATE[08006] [7] connection to server at "db01" (192.168.216.28), port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections?
#0 [internal function]: PDO->__construct('pgsql:host=db01...', 'mycondoplans_se...', 'WEbusRsd0lESs', Array)
#1 [internal function]: Phalcon\Db\Adapter\Pdo->connect(Array)
#2 [internal function]: Phalcon\Db\Adapter\Pdo\Postgresql->connect(Array)
#3 /opt/mycondoplans_ca/www/application/config/services.php(164): Phalcon\Db\Adapter\Pdo->__construct(Array)
#4 [internal function]: {closure}()
#5 [internal function]: Phalcon\Di\Service->resolve(NULL, Object(Phalcon\Di\FactoryDefault))
#6 [internal function]: Phalcon\Di->get('readDb', NULL)
#7 [internal function]: Phalcon\Di->getShared('readDb')
#8 /opt/mycondoplans_ca/www/application/models/ApplicationModel.php(9): Phalcon\Di->offsetGet('readDb')
#9 /opt/mycondoplans_ca/www/application/services/ModelService.php(12): ApplicationModel->__construct()
#10 /opt/mycondoplans_ca/www/application/controllers/ApplicationController.php(230): ModelService->named('AccessLog')
#11 [internal function]: ApplicationController->beforeExecuteRoute(Object(Phalcon\Mvc\Dispatcher))
#12 [internal function]: Phalcon\Dispatcher->dispatch()
#13 /opt/mycondoplans_ca/www/application/public/index.php(90): Phalcon\Mvc\Application->handle()
#14 {main}