We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to sync Source Github to Destination Postgres (SSH Key Authentification). Failed sync on normalization step
2022-01-18 09:13:08 normalization > user: testcaseuser 2022-01-18 09:13:08 normalization > database: test 2022-01-18 09:13:08 normalization > schema: public 2022-01-18 09:13:08 normalization > search_path: None 2022-01-18 09:13:08 normalization > keepalives_idle: 0 2022-01-18 09:13:08 normalization > sslmode: None 2022-01-18 09:13:08 normalization > Connection test: [ERROR] 2022-01-18 09:13:08 normalization > 2022-01-18 09:13:08 normalization > 1 check failed: 2022-01-18 09:13:08 normalization > dbt was unable to connect to the specified database. 2022-01-18 09:13:08 normalization > The database returned the following error: 2022-01-18 09:13:08 normalization > 2022-01-18 09:13:08 normalization > >Database Error 2022-01-18 09:13:08 normalization > connection to server at "localhost" (127.0.0.1), port 50001 failed: Connection refused 2022-01-18 09:13:08 normalization > Is the server running on that host and accepting TCP/IP connections?
Sync should be successful
logs-1-2.txt
NOTE: Connection with Postgres(SSH_PASSWORD_AUTH) works well, issue only with key authentification
The text was updated successfully, but these errors were encountered:
grubberr
Successfully merging a pull request may close this issue.
Environment
Current Behavior
Trying to sync Source Github to Destination Postgres (SSH Key Authentification).
Failed sync on normalization step
Expected Behavior
Sync should be successful
Logs
logs-1-2.txt
Steps to Reproduce
NOTE: Connection with Postgres(SSH_PASSWORD_AUTH) works well, issue only with key authentification
The text was updated successfully, but these errors were encountered: