Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

не получается подключиться к PGsql #271

Open
MaxanKRD opened this issue Dec 23, 2024 · 4 comments
Open

не получается подключиться к PGsql #271

MaxanKRD opened this issue Dec 23, 2024 · 4 comments

Comments

@MaxanKRD
Copy link

Добрый день!
У нас установлен PostgeSQl в нашей сети. Не получается подключиться с datalens.
Хотя на ClickHouse подключаюсь без проблем.
В Datalens выдает такую ошибку:

Database error.
ERR.DS_API.DB
{
"data": {
"message": "Database error.",
"code": "ERR.DS_API.DB",
"details": {
"db_message": "connection to server at "10.101.17.17", port 5432 failed: FATAL: no pg_hba.conf entry for host "10.101.17.33", user "usertehqlik", database "qlik_dwh", no encryption\n"
},
"debug": {
"db_message": "connection to server at "10.101.17.17", port 5432 failed: FATAL: no pg_hba.conf entry for host "10.101.17.33", user "usertehqlik", database "qlik_dwh", no encryption\n",
"query": "select 1"
}
}
}

@MaxanKRD MaxanKRD changed the title yе получается подключиться к PGsql не получается подключиться к PGsql Dec 23, 2024
@goshander
Copy link
Contributor

goshander commented Dec 23, 2024

@MaxanKRD привет, для пользователя usertehqlik не задан доступ с сети 10.101.17

Проверьте что у вас разрешено подключение по данному адресу
Если есть доступ до файла pg_hba.conf внутри PostgreSQL кластера, то там будут строки вида
host all all 192.168.0.1/32 md5
разрешающие подключение только в рамках конкретной сети

@MaxanKRD
Copy link
Author

MaxanKRD commented Dec 23, 2024

Безымянный

@goshander Извиняюсь если задаю глупые вопросы) Я на нашем сервере Datalens нашел pg_hba.conf только в папке pg-demo-connection/data и metadata. Там и внес доступ на коннект до БД PostgreSQL, которая находится у нас на другом сервере в общей сети.
10.101.17.33 - сервер datalens
10.101.17.17 - postgresql

@goshander
Copy link
Contributor

@MaxanKRD подскажите пожалуйста, а PostgreSQL к которой вы пытаетесь подключиться это отдельный развернутый кластер в вашей сети?

@MaxanKRD
Copy link
Author

@goshander да

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants