Когда я пытаюсь создать источник с использованием базы данных postgres, происходит сбой с ошибкой ниже:
Код: Выделить всё
State code: 08001; Message: Connection to localhost:54322 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
Подробности подключения к Postgres:
Код: Выделить всё
{
user: 'someuser',
host: 'localhost',
database: 'postgres',
password: 'somepassword',
port: 54322,
}
Подробнее здесь: https://stackoverflow.com/questions/792 ... yte-source
Мобильная версия