Summary
The user is facing issues with establishing a Postgres connection without any failure log being generated. The logs show the tunneling session being established but no indication of failure.
Question
I’m still unable to establish postgres connection. There is no log indicating the failure.
2024-02-15 13:52:20 platform > 2024-02-15 13:52:20 INFO c.z.h.HikariDataSource(<init>):80 - HikariPool-1 - Starting...
2024-02-15 13:52:20 platform > 2024-02-15 13:52:20 INFO c.z.h.HikariDataSource(<init>):82 - HikariPool-1 - Start completed.
2024-02-15 13:52:23 platform > 2024-02-15 13:52:23 INFO c.z.h.HikariDataSource(close):350 - HikariPool-1 - Shutdown initiated...
2024-02-15 13:52:23 platform > 2024-02-15 13:52:23 INFO c.z.h.HikariDataSource(close):352 - HikariPool-1 - Shutdown completed.
2024-02-15 13:52:23 platform > 2024-02-15 13:52:23 INFO i.a.c.i.b.IntegrationRunner(runInternal):231 - Completed integration: io.airbyte.cdk.integrations.base.ssh.SshWrappedDestination
2024-02-15 13:52:23 platform > 2024-02-15 13:52:23 INFO i.a.i.d.p.PostgresDestination(main):130 - completed destination: class io.airbyte.integrations.destination.postgres.PostgresDestination
2024-02-15 13:52:23 platform > Destination process done (exit code 0)
2024-02-15 13:52:24 INFO i.a.w.p.ExitCodeWatcher(persistExitCode):117 - Received exit code 0 for pod ion-postgres-check-81ac9167-b147-47c6-b7c7-f0fcbf79ebb6-0-xloxo
2024-02-15 13:52:24 platform > (pod: airbyte / ion-postgres-check-81ac9167-b147-47c6-b7c7-f0fcbf79ebb6-0-xloxo) - Closed all resources for pod
2024-02-15 13:52:24 platform > Check connection job received output: io.airbyte.config.StandardCheckConnectionOutput@64341f9b[status=succeeded,message=<null>,additionalProperties={}]
2024-02-15 13:52:24 INFO i.a.c.t.HeartbeatUtils(withBackgroundHeartbeat):64 - Stopping temporal heartbeating...
2024-02-15 13:52:24 platform >
2024-02-15 13:52:24 INFO i.a.c.t.HeartbeatUtils(withBackgroundHeartbeat):73 - Temporal heartbeating stopped.
2024-02-15 13:52:24 platform > ----- END CHECK -----
2024-02-15 13:52:24 platform > ```
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1708005340376209) if you want to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["postgres-connection", "log", "tunneling", "failure"]
</sub>